Html Css Color HEX #3C6342 Hunter Green

📋 copy color: '#3C6342'

red 60 ◦ green 99 ◦ blue 66

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

Shades of Hunter Green #3C6342

Tints of Hunter Green #3C6342

RGB

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

 GREEN value IS 99 (39.06% from 255) = 44%

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

R = 26.67%
G = 44%
B = 29.33%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.33

 K value IS 0.61

RGB Variations

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

Color information

#3C6342 (or 0x3C6342) is known color: Hunter Green. HEX triplet: 3C, 63 and 42. RGB value is (60,99,66). Sum of RGB (Red+Green+Blue) = 60+99+66=225 (29% of max value = 765). Red value is 60 (23.83% from 255 or 26.67% from 225); Green value is 99 (39.06% from 255 or 44% from 225); Blue value is 66 (26.17% from 255 or 29.33% from 225); Max value from RGB is 99 - color contains mainly: green. Hex color #3C6342 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C6342 is #C39CBD. Grayscale: #535353. Windows color (decimal): -12819646 or 4350780. OLE color: 4350780.

HSL color Cylindrical-coordinate representation of color #3C6342: hue angle of 129.23º degrees, saturation: 0.25, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #3C6342 is Cyan = 0.39, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.61.

Color convert

RGB 60 99 66 -
CMYK 0.39 0 0.33 0.61
HSL 129.23º 0.25% 0.31% -
HSV(B) 129.23º 0.39% 0.39% -
XYZ 7.31 10.28 6.75 -
YUV 83.58 118.08 111.18 -
System Red Green Blue C M Y K H S L
Decimal 60 99 66 0.39 0 0.33 0.61 129.23 0.25 0.31
Hex 3C 63 42 27 0 21 3D 81 19 1F
Octal 74 143 102 47 0 41 75 201 31 37
Binary 111100 1100011 1000010 100111 0 100001 111101 10000001 11001 11111

Color Harmonies of #3C6342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C6342

Black with #3C6342

Text Example


Text Example

White with #3C6342

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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