Html Css Color HEX #385542 Goblin

📋 copy color: '#385542'

red 56 ◦ green 85 ◦ blue 66

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

Shades of Goblin #385542

Tints of Goblin #385542

RGB

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

 GREEN value IS 85 (33.59% from 255) = 41.06%

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

R = 27.05%
G = 41.06%
B = 31.88%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.22

 K value IS 0.67

RGB Variations

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

Color information

#385542 (or 0x385542) is known color: Goblin. HEX triplet: 38, 55 and 42. RGB value is (56,85,66). Sum of RGB (Red+Green+Blue) = 56+85+66=207 (27% of max value = 765). Red value is 56 (22.27% from 255 or 27.05% from 207); Green value is 85 (33.59% from 255 or 41.06% from 207); Blue value is 66 (26.17% from 255 or 31.88% from 207); Max value from RGB is 85 - color contains mainly: green. Hex color #385542 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #385542 is #C7AABD. Grayscale: #4A4A4A. Windows color (decimal): -13085374 or 4347192. OLE color: 4347192.

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

Color convert

RGB 56 85 66 -
CMYK 0.34 0 0.22 0.67
HSL 140.69º 0.21% 0.28% -
HSV(B) 140.69º 0.34% 0.33% -
XYZ 5.86 7.73 6.34 -
YUV 74.16 123.39 115.04 -
System Red Green Blue C M Y K H S L
Decimal 56 85 66 0.34 0 0.22 0.67 140.69 0.21 0.28
Hex 38 55 42 22 0 16 43 8D 15 1C
Octal 70 125 102 42 0 26 103 215 25 34
Binary 111000 1010101 1000010 100010 0 10110 1000011 10001101 10101 11100

Color Harmonies of #385542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385542

Black with #385542

Text Example


Text Example

White with #385542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385542; }

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

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

background-color css

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

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

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

border-color css

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

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

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