Html Css Color HEX #385642 Goblin

📋 copy color: '#385642'

red 56 ◦ green 86 ◦ blue 66

#385642
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Goblin #385642

Tints of Goblin #385642

RGB

 RED value IS 56 (22.27% from 255) = 26.92%

 GREEN value IS 86 (33.98% from 255) = 41.35%

 BLUE value IS 66 (26.17% from 255) = 31.73%

R = 26.92%
G = 41.35%
B = 31.73%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.23

 K value IS 0.66

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#385642 (or 0x385642) is known color: Goblin. HEX triplet: 38, 56 and 42. RGB value is (56,86,66). Sum of RGB (Red+Green+Blue) = 56+86+66=208 (27% of max value = 765). Red value is 56 (22.27% from 255 or 26.92% from 208); Green value is 86 (33.98% from 255 or 41.35% from 208); Blue value is 66 (26.17% from 255 or 31.73% from 208); Max value from RGB is 86 - color contains mainly: green. Hex color #385642 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #385642 is #C7A9BD. Grayscale: #4A4A4A. Windows color (decimal): -13085118 or 4347448. OLE color: 4347448.

HSL color Cylindrical-coordinate representation of color #385642: hue angle of 140º degrees, saturation: 0.21, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #385642 is Cyan = 0.35, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.66.

Color convert

RGB 56 86 66 -
CMYK 0.35 0 0.23 0.66
HSL 140º 0.21% 0.28% -
HSV(B) 140º 0.35% 0.34% -
XYZ 5.94 7.89 6.36 -
YUV 74.75 123.06 114.63 -
System Red Green Blue C M Y K H S L
Decimal 56 86 66 0.35 0 0.23 0.66 140 0.21 0.28
Hex 38 56 42 23 0 17 42 8C 15 1C
Octal 70 126 102 43 0 27 102 214 25 34
Binary 111000 1010110 1000010 100011 0 10111 1000010 10001100 10101 11100

Color Harmonies of #385642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385642

Black with #385642

Text Example


Text Example

White with #385642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385642; }

 p { color: rgb(56,86,66); }

 H1.HeaderClassName
 {
   color: #385642;
 }
 .AnyTagClassName
 {
   color: #385642;
 }
</style>

background-color css

<style>
 a { background-color: #385642; }

 a { background-color: rgb(56,86,66); }

 div.DivClassName
 {
   background-color: #385642;
 }
 .BgClassName
 {
   background-color: #385642;
 }
</style>

border-color css

<style>
 span { border-color: #385642; }

 span { border-color: rgb(56,86,66); }

 td.TdClassName
 {
   border-color: #385642;
 }
 .TagClassName
 {
   border-color: #385642;
 }
</style>