Html Css Color HEX #3C5542 Goblin

📋 copy color: '#3C5542'

red 60 ◦ green 85 ◦ blue 66

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

Shades of Goblin #3C5542

Tints of Goblin #3C5542

RGB

 RED value IS 60 (23.83% from 255) = 28.44%

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

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

R = 28.44%
G = 40.28%
B = 31.28%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.22

 K value IS 0.67

RGB Variations

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

Color information

#3C5542 (or 0x3C5542) is known color: Goblin. HEX triplet: 3C, 55 and 42. RGB value is (60,85,66). Sum of RGB (Red+Green+Blue) = 60+85+66=211 (27% of max value = 765). Red value is 60 (23.83% from 255 or 28.44% from 211); Green value is 85 (33.59% from 255 or 40.28% from 211); Blue value is 66 (26.17% from 255 or 31.28% from 211); Max value from RGB is 85 - color contains mainly: green. Hex color #3C5542 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C5542 is #C3AABD. Grayscale: #4B4B4B. Windows color (decimal): -12823230 or 4347196. OLE color: 4347196.

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

Color convert

RGB 60 85 66 -
CMYK 0.29 0 0.22 0.67
HSL 134.4º 0.17% 0.28% -
HSV(B) 134.4º 0.29% 0.33% -
XYZ 6.1 7.85 6.35 -
YUV 75.36 122.72 117.04 -
System Red Green Blue C M Y K H S L
Decimal 60 85 66 0.29 0 0.22 0.67 134.4 0.17 0.28
Hex 3C 55 42 1D 0 16 43 86 11 1C
Octal 74 125 102 35 0 26 103 206 21 34
Binary 111100 1010101 1000010 11101 0 10110 1000011 10000110 10001 11100

Color Harmonies of #3C5542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C5542

Black with #3C5542

Text Example


Text Example

White with #3C5542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3C5542; }

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

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

background-color css

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

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

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

border-color css

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

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

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