Html Css Color HEX #385944 Goblin

📋 copy color: '#385944'

red 56 ◦ green 89 ◦ blue 68

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

Shades of Goblin #385944

Tints of Goblin #385944

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 31.92%

R = 26.29%
G = 41.78%
B = 31.92%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.24

 K value IS 0.65

RGB Variations

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

Color information

#385944 (or 0x385944) is known color: Goblin. HEX triplet: 38, 59 and 44. RGB value is (56,89,68). Sum of RGB (Red+Green+Blue) = 56+89+68=213 (28% of max value = 765). Red value is 56 (22.27% from 255 or 26.29% from 213); Green value is 89 (35.16% from 255 or 41.78% from 213); Blue value is 68 (26.95% from 255 or 31.92% from 213); Max value from RGB is 89 - color contains mainly: green. Hex color #385944 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #385944 is #C7A6BB. Grayscale: #4C4C4C. Windows color (decimal): -13084348 or 4479288. OLE color: 4479288.

HSL color Cylindrical-coordinate representation of color #385944: hue angle of 141.82º 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 #385944 is Cyan = 0.37, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.65.

Color convert

RGB 56 89 68 -
CMYK 0.37 0 0.24 0.65
HSL 141.82º 0.23% 0.28% -
HSV(B) 141.82º 0.37% 0.35% -
XYZ 6.25 8.4 6.76 -
YUV 76.74 123.07 113.21 -
System Red Green Blue C M Y K H S L
Decimal 56 89 68 0.37 0 0.24 0.65 141.82 0.23 0.28
Hex 38 59 44 25 0 18 41 8E 17 1C
Octal 70 131 104 45 0 30 101 216 27 34
Binary 111000 1011001 1000100 100101 0 11000 1000001 10001110 10111 11100

Color Harmonies of #385944

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385944

Black with #385944

Text Example


Text Example

White with #385944

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385944; }

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

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

background-color css

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

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

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

border-color css

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

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

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