Html Css Color HEX #3C6042 Hunter Green

📋 copy color: '#3C6042'

red 60 ◦ green 96 ◦ blue 66

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

Shades of Hunter Green #3C6042

Tints of Hunter Green #3C6042

RGB

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

 GREEN value IS 96 (37.89% from 255) = 43.24%

 BLUE value IS 66 (26.17% from 255) = 29.73%

R = 27.03%
G = 43.24%
B = 29.73%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.31

 K value IS 0.62

RGB Variations

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

Color information

#3C6042 (or 0x3C6042) is known color: Hunter Green. HEX triplet: 3C, 60 and 42. RGB value is (60,96,66). Sum of RGB (Red+Green+Blue) = 60+96+66=222 (29% of max value = 765). Red value is 60 (23.83% from 255 or 27.03% from 222); Green value is 96 (37.89% from 255 or 43.24% from 222); Blue value is 66 (26.17% from 255 or 29.73% from 222); Max value from RGB is 96 - color contains mainly: green. Hex color #3C6042 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C6042 is #C39FBD. Grayscale: #515151. Windows color (decimal): -12820414 or 4350012. OLE color: 4350012.

HSL color Cylindrical-coordinate representation of color #3C6042: hue angle of 130º degrees, saturation: 0.23, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #3C6042 is Cyan = 0.38, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.62.

Color convert

RGB 60 96 66 -
CMYK 0.38 0 0.31 0.62
HSL 130º 0.23% 0.31% -
HSV(B) 130º 0.38% 0.38% -
XYZ 7.03 9.72 6.66 -
YUV 81.82 119.07 112.44 -
System Red Green Blue C M Y K H S L
Decimal 60 96 66 0.38 0 0.31 0.62 130 0.23 0.31
Hex 3C 60 42 26 0 1F 3E 82 17 1F
Octal 74 140 102 46 0 37 76 202 27 37
Binary 111100 1100000 1000010 100110 0 11111 111110 10000010 10111 11111

Color Harmonies of #3C6042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C6042

Black with #3C6042

Text Example


Text Example

White with #3C6042

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,96,66); }

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

background-color css

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

 a { background-color: rgb(60,96,66); }

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

border-color css

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

 span { border-color: rgb(60,96,66); }

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