Html Css Color HEX #3C5545 Goblin

📋 copy color: '#3C5545'

red 60 ◦ green 85 ◦ blue 69

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

Shades of Goblin #3C5545

Tints of Goblin #3C5545

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 32.24%

R = 28.04%
G = 39.72%
B = 32.24%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.19

 K value IS 0.67

RGB Variations

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

Color information

#3C5545 (or 0x3C5545) is known color: Goblin. HEX triplet: 3C, 55 and 45. RGB value is (60,85,69). Sum of RGB (Red+Green+Blue) = 60+85+69=214 (28% of max value = 765). Red value is 60 (23.83% from 255 or 28.04% from 214); Green value is 85 (33.59% from 255 or 39.72% from 214); Blue value is 69 (27.34% from 255 or 32.24% from 214); Max value from RGB is 85 - color contains mainly: green. Hex color #3C5545 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C5545 is #C3AABA. Grayscale: #4B4B4B. Windows color (decimal): -12823227 or 4543804. OLE color: 4543804.

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

Color convert

RGB 60 85 69 -
CMYK 0.29 0 0.19 0.67
HSL 141.6º 0.17% 0.28% -
HSV(B) 141.6º 0.29% 0.33% -
XYZ 6.19 7.89 6.83 -
YUV 75.7 124.22 116.8 -
System Red Green Blue C M Y K H S L
Decimal 60 85 69 0.29 0 0.19 0.67 141.6 0.17 0.28
Hex 3C 55 45 1D 0 13 43 8E 11 1C
Octal 74 125 105 35 0 23 103 216 21 34
Binary 111100 1010101 1000101 11101 0 10011 1000011 10001110 10001 11100

Color Harmonies of #3C5545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C5545

Black with #3C5545

Text Example


Text Example

White with #3C5545

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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