Html Css Color HEX #3C5F47 Goblin

📋 copy color: '#3C5F47'

red 60 ◦ green 95 ◦ blue 71

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

Shades of Goblin #3C5F47

Tints of Goblin #3C5F47

RGB

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

 GREEN value IS 95 (37.5% from 255) = 42.04%

 BLUE value IS 71 (28.13% from 255) = 31.42%

R = 26.55%
G = 42.04%
B = 31.42%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.25

 K value IS 0.63

RGB Variations

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

Color information

#3C5F47 (or 0x3C5F47) is known color: Goblin. HEX triplet: 3C, 5F and 47. RGB value is (60,95,71). Sum of RGB (Red+Green+Blue) = 60+95+71=226 (29% of max value = 765). Red value is 60 (23.83% from 255 or 26.55% from 226); Green value is 95 (37.5% from 255 or 42.04% from 226); Blue value is 71 (28.12% from 255 or 31.42% from 226); Max value from RGB is 95 - color contains mainly: green. Hex color #3C5F47 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C5F47 is #C3A0B8. Grayscale: #515151. Windows color (decimal): -12820665 or 4677436. OLE color: 4677436.

HSL color Cylindrical-coordinate representation of color #3C5F47: hue angle of 138.86º degrees, saturation: 0.23, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #3C5F47 is Cyan = 0.37, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.63.

Color convert

RGB 60 95 71 -
CMYK 0.37 0 0.25 0.63
HSL 138.86º 0.23% 0.3% -
HSV(B) 138.86º 0.37% 0.37% -
XYZ 7.09 9.6 7.44 -
YUV 81.8 121.9 112.45 -
System Red Green Blue C M Y K H S L
Decimal 60 95 71 0.37 0 0.25 0.63 138.86 0.23 0.3
Hex 3C 5F 47 25 0 19 3F 8B 17 1E
Octal 74 137 107 45 0 31 77 213 27 36
Binary 111100 1011111 1000111 100101 0 11001 111111 10001011 10111 11110

Color Harmonies of #3C5F47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C5F47

Black with #3C5F47

Text Example


Text Example

White with #3C5F47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,95,71); }

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

background-color css

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

 a { background-color: rgb(60,95,71); }

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

border-color css

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

 span { border-color: rgb(60,95,71); }

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