Html Css Color HEX #385941 Goblin

📋 copy color: '#385941'

red 56 ◦ green 89 ◦ blue 65

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

Shades of Goblin #385941

Tints of Goblin #385941

RGB

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

 GREEN value IS 89 (35.16% from 255) = 42.38%

 BLUE value IS 65 (25.78% from 255) = 30.95%

R = 26.67%
G = 42.38%
B = 30.95%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.27

 K value IS 0.65

RGB Variations

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

Color information

#385941 (or 0x385941) is known color: Goblin. HEX triplet: 38, 59 and 41. RGB value is (56,89,65). Sum of RGB (Red+Green+Blue) = 56+89+65=210 (27% of max value = 765). Red value is 56 (22.27% from 255 or 26.67% from 210); Green value is 89 (35.16% from 255 or 42.38% from 210); Blue value is 65 (25.78% from 255 or 30.95% from 210); Max value from RGB is 89 - color contains mainly: green. Hex color #385941 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #385941 is #C7A6BE. Grayscale: #4C4C4C. Windows color (decimal): -13084351 or 4282680. OLE color: 4282680.

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

Color convert

RGB 56 89 65 -
CMYK 0.37 0 0.27 0.65
HSL 136.36º 0.23% 0.28% -
HSV(B) 136.36º 0.37% 0.35% -
XYZ 6.16 8.37 6.29 -
YUV 76.4 121.57 113.45 -
System Red Green Blue C M Y K H S L
Decimal 56 89 65 0.37 0 0.27 0.65 136.36 0.23 0.28
Hex 38 59 41 25 0 1B 41 88 17 1C
Octal 70 131 101 45 0 33 101 210 27 34
Binary 111000 1011001 1000001 100101 0 11011 1000001 10001000 10111 11100

Color Harmonies of #385941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385941

Black with #385941

Text Example


Text Example

White with #385941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385941; }

 p { color: rgb(56,89,65); }

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

background-color css

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

 a { background-color: rgb(56,89,65); }

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

border-color css

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

 span { border-color: rgb(56,89,65); }

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