Html Css Color HEX #3C553D Hunter Green

📋 copy color: '#3C553D'

red 60 ◦ green 85 ◦ blue 61

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

Shades of Hunter Green #3C553D

Tints of Hunter Green #3C553D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 29.61%

R = 29.13%
G = 41.26%
B = 29.61%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.28

 K value IS 0.67

RGB Variations

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

Color information

#3C553D (or 0x3C553D) is known color: Hunter Green. HEX triplet: 3C, 55 and 3D. RGB value is (60,85,61). Sum of RGB (Red+Green+Blue) = 60+85+61=206 (27% of max value = 765). Red value is 60 (23.83% from 255 or 29.13% from 206); Green value is 85 (33.59% from 255 or 41.26% from 206); Blue value is 61 (24.22% from 255 or 29.61% from 206); Max value from RGB is 85 - color contains mainly: green. Hex color #3C553D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C553D is #C3AAC2. Grayscale: #4A4A4A. Windows color (decimal): -12823235 or 4019516. OLE color: 4019516.

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

Color convert

RGB 60 85 61 -
CMYK 0.29 0 0.28 0.67
HSL 122.4º 0.17% 0.28% -
HSV(B) 122.4º 0.29% 0.33% -
XYZ 5.95 7.79 5.61 -
YUV 74.79 120.22 117.45 -
System Red Green Blue C M Y K H S L
Decimal 60 85 61 0.29 0 0.28 0.67 122.4 0.17 0.28
Hex 3C 55 3D 1D 0 1C 43 7A 11 1C
Octal 74 125 75 35 0 34 103 172 21 34
Binary 111100 1010101 111101 11101 0 11100 1000011 1111010 10001 11100

Color Harmonies of #3C553D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C553D

Black with #3C553D

Text Example


Text Example

White with #3C553D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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