Html Css Color HEX #3C5541 Goblin

📋 copy color: '#3C5541'

red 60 ◦ green 85 ◦ blue 65

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

Shades of Goblin #3C5541

Tints of Goblin #3C5541

RGB

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

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

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

R = 28.57%
G = 40.48%
B = 30.95%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.24

 K value IS 0.67

RGB Variations

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

Color information

#3C5541 (or 0x3C5541) is known color: Goblin. HEX triplet: 3C, 55 and 41. RGB value is (60,85,65). Sum of RGB (Red+Green+Blue) = 60+85+65=210 (27% of max value = 765). Red value is 60 (23.83% from 255 or 28.57% from 210); Green value is 85 (33.59% from 255 or 40.48% from 210); Blue value is 65 (25.78% from 255 or 30.95% from 210); Max value from RGB is 85 - color contains mainly: green. Hex color #3C5541 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C5541 is #C3AABE. Grayscale: #4B4B4B. Windows color (decimal): -12823231 or 4281660. OLE color: 4281660.

HSL color Cylindrical-coordinate representation of color #3C5541: hue angle of 132º 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 #3C5541 is Cyan = 0.29, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.67.

Color convert

RGB 60 85 65 -
CMYK 0.29 0 0.24 0.67
HSL 132º 0.17% 0.28% -
HSV(B) 132º 0.29% 0.33% -
XYZ 6.07 7.84 6.19 -
YUV 75.25 122.22 117.13 -
System Red Green Blue C M Y K H S L
Decimal 60 85 65 0.29 0 0.24 0.67 132 0.17 0.28
Hex 3C 55 41 1D 0 18 43 84 11 1C
Octal 74 125 101 35 0 30 103 204 21 34
Binary 111100 1010101 1000001 11101 0 11000 1000011 10000100 10001 11100

Color Harmonies of #3C5541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C5541

Black with #3C5541

Text Example


Text Example

White with #3C5541

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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