Html Css Color HEX #3C5140 Goblin

📋 copy color: '#3C5140'

red 60 ◦ green 81 ◦ blue 64

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

Shades of Goblin #3C5140

Tints of Goblin #3C5140

RGB

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

 GREEN value IS 81 (32.03% from 255) = 39.51%

 BLUE value IS 64 (25.39% from 255) = 31.22%

R = 29.27%
G = 39.51%
B = 31.22%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.21

 K value IS 0.68

RGB Variations

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

Color information

#3C5140 (or 0x3C5140) is known color: Goblin. HEX triplet: 3C, 51 and 40. RGB value is (60,81,64). Sum of RGB (Red+Green+Blue) = 60+81+64=205 (27% of max value = 765). Red value is 60 (23.83% from 255 or 29.27% from 205); Green value is 81 (32.03% from 255 or 39.51% from 205); Blue value is 64 (25.39% from 255 or 31.22% from 205); Max value from RGB is 81 - color contains mainly: green. Hex color #3C5140 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C5140 is #C3AEBF. Grayscale: #484848. Windows color (decimal): -12824256 or 4215100. OLE color: 4215100.

HSL color Cylindrical-coordinate representation of color #3C5140: hue angle of 131.43º degrees, saturation: 0.15, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #3C5140 is Cyan = 0.26, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.68.

Color convert

RGB 60 81 64 -
CMYK 0.26 0 0.21 0.68
HSL 131.43º 0.15% 0.28% -
HSV(B) 131.43º 0.26% 0.32% -
XYZ 5.73 7.22 5.94 -
YUV 72.78 123.04 118.88 -
System Red Green Blue C M Y K H S L
Decimal 60 81 64 0.26 0 0.21 0.68 131.43 0.15 0.28
Hex 3C 51 40 1A 0 15 44 83 F 1C
Octal 74 121 100 32 0 25 104 203 17 34
Binary 111100 1010001 1000000 11010 0 10101 1000100 10000011 1111 11100

Color Harmonies of #3C5140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C5140

Black with #3C5140

Text Example


Text Example

White with #3C5140

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,81,64); }

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

background-color css

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

 a { background-color: rgb(60,81,64); }

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

border-color css

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

 span { border-color: rgb(60,81,64); }

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