Html Css Color HEX #3C553E Hunter Green

📋 copy color: '#3C553E'

red 60 ◦ green 85 ◦ blue 62

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

Shades of Hunter Green #3C553E

Tints of Hunter Green #3C553E

RGB

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

 GREEN value IS 85 (33.59% from 255) = 41.06%

 BLUE value IS 62 (24.61% from 255) = 29.95%

R = 28.99%
G = 41.06%
B = 29.95%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.27

 K value IS 0.67

RGB Variations

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

Color information

#3C553E (or 0x3C553E) is known color: Hunter Green. HEX triplet: 3C, 55 and 3E. RGB value is (60,85,62). Sum of RGB (Red+Green+Blue) = 60+85+62=207 (27% of max value = 765). Red value is 60 (23.83% from 255 or 28.99% from 207); Green value is 85 (33.59% from 255 or 41.06% from 207); Blue value is 62 (24.61% from 255 or 29.95% from 207); Max value from RGB is 85 - color contains mainly: green. Hex color #3C553E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C553E is #C3AAC1. Grayscale: #4A4A4A. Windows color (decimal): -12823234 or 4085052. OLE color: 4085052.

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

Color convert

RGB 60 85 62 -
CMYK 0.29 0 0.27 0.67
HSL 124.8º 0.17% 0.28% -
HSV(B) 124.8º 0.29% 0.33% -
XYZ 5.98 7.81 5.75 -
YUV 74.9 120.72 117.37 -
System Red Green Blue C M Y K H S L
Decimal 60 85 62 0.29 0 0.27 0.67 124.8 0.17 0.28
Hex 3C 55 3E 1D 0 1B 43 7D 11 1C
Octal 74 125 76 35 0 33 103 175 21 34
Binary 111100 1010101 111110 11101 0 11011 1000011 1111101 10001 11100

Color Harmonies of #3C553E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C553E

Black with #3C553E

Text Example


Text Example

White with #3C553E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,85,62); }

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

background-color css

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

 a { background-color: rgb(60,85,62); }

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

border-color css

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

 span { border-color: rgb(60,85,62); }

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