Html Css Color HEX #3C553F Hunter Green

📋 copy color: '#3C553F'

red 60 ◦ green 85 ◦ blue 63

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

Shades of Hunter Green #3C553F

Tints of Hunter Green #3C553F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 30.29%

R = 28.85%
G = 40.87%
B = 30.29%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.26

 K value IS 0.67

RGB Variations

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

Color information

#3C553F (or 0x3C553F) is known color: Hunter Green. HEX triplet: 3C, 55 and 3F. RGB value is (60,85,63). Sum of RGB (Red+Green+Blue) = 60+85+63=208 (27% of max value = 765). Red value is 60 (23.83% from 255 or 28.85% from 208); Green value is 85 (33.59% from 255 or 40.87% from 208); Blue value is 63 (25% from 255 or 30.29% from 208); Max value from RGB is 85 - color contains mainly: green. Hex color #3C553F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C553F is #C3AAC0. Grayscale: #4B4B4B. Windows color (decimal): -12823233 or 4150588. OLE color: 4150588.

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

Color convert

RGB 60 85 63 -
CMYK 0.29 0 0.26 0.67
HSL 127.2º 0.17% 0.28% -
HSV(B) 127.2º 0.29% 0.33% -
XYZ 6.01 7.82 5.89 -
YUV 75.02 121.22 117.29 -
System Red Green Blue C M Y K H S L
Decimal 60 85 63 0.29 0 0.26 0.67 127.2 0.17 0.28
Hex 3C 55 3F 1D 0 1A 43 7F 11 1C
Octal 74 125 77 35 0 32 103 177 21 34
Binary 111100 1010101 111111 11101 0 11010 1000011 1111111 10001 11100

Color Harmonies of #3C553F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C553F

Black with #3C553F

Text Example


Text Example

White with #3C553F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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