Html Css Color HEX #3C5440 Hunter Green

📋 copy color: '#3C5440'

red 60 ◦ green 84 ◦ blue 64

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

Shades of Hunter Green #3C5440

Tints of Hunter Green #3C5440

RGB

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

 GREEN value IS 84 (33.2% from 255) = 40.38%

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

R = 28.85%
G = 40.38%
B = 30.77%

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

#3C5440 (or 0x3C5440) is known color: Hunter Green. HEX triplet: 3C, 54 and 40. RGB value is (60,84,64). Sum of RGB (Red+Green+Blue) = 60+84+64=208 (27% of max value = 765). Red value is 60 (23.83% from 255 or 28.85% from 208); Green value is 84 (33.20% from 255 or 40.38% from 208); Blue value is 64 (25.39% from 255 or 30.77% from 208); Max value from RGB is 84 - color contains mainly: green. Hex color #3C5440 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C5440 is #C3ABBF. Grayscale: #4A4A4A. Windows color (decimal): -12823488 or 4215868. OLE color: 4215868.

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

Color convert

RGB 60 84 64 -
CMYK 0.29 0 0.24 0.67
HSL 130º 0.17% 0.28% -
HSV(B) 130º 0.29% 0.33% -
XYZ 5.96 7.67 6.02 -
YUV 74.54 122.05 117.63 -
System Red Green Blue C M Y K H S L
Decimal 60 84 64 0.29 0 0.24 0.67 130 0.17 0.28
Hex 3C 54 40 1D 0 18 43 82 11 1C
Octal 74 124 100 35 0 30 103 202 21 34
Binary 111100 1010100 1000000 11101 0 11000 1000011 10000010 10001 11100

Color Harmonies of #3C5440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C5440

Black with #3C5440

Text Example


Text Example

White with #3C5440

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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