Html Css Color HEX #385442 Goblin

📋 copy color: '#385442'

red 56 ◦ green 84 ◦ blue 66

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

Shades of Goblin #385442

Tints of Goblin #385442

RGB

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

 GREEN value IS 84 (33.2% from 255) = 40.78%

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

R = 27.18%
G = 40.78%
B = 32.04%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.21

 K value IS 0.67

RGB Variations

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

Color information

#385442 (or 0x385442) is known color: Goblin. HEX triplet: 38, 54 and 42. RGB value is (56,84,66). Sum of RGB (Red+Green+Blue) = 56+84+66=206 (27% of max value = 765). Red value is 56 (22.27% from 255 or 27.18% from 206); Green value is 84 (33.20% from 255 or 40.78% from 206); Blue value is 66 (26.17% from 255 or 32.04% from 206); Max value from RGB is 84 - color contains mainly: green. Hex color #385442 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #385442 is #C7ABBD. Grayscale: #494949. Windows color (decimal): -13085630 or 4346936. OLE color: 4346936.

HSL color Cylindrical-coordinate representation of color #385442: hue angle of 141.43º degrees, saturation: 0.2, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #385442 is Cyan = 0.33, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.67.

Color convert

RGB 56 84 66 -
CMYK 0.33 0 0.21 0.67
HSL 141.43º 0.2% 0.27% -
HSV(B) 141.43º 0.33% 0.33% -
XYZ 5.78 7.57 6.31 -
YUV 73.58 123.72 115.46 -
System Red Green Blue C M Y K H S L
Decimal 56 84 66 0.33 0 0.21 0.67 141.43 0.2 0.27
Hex 38 54 42 21 0 15 43 8D 14 1B
Octal 70 124 102 41 0 25 103 215 24 33
Binary 111000 1010100 1000010 100001 0 10101 1000011 10001101 10100 11011

Color Harmonies of #385442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385442

Black with #385442

Text Example


Text Example

White with #385442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385442; }

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

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

background-color css

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

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

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

border-color css

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

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

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