Html Css Color HEX #3C523D Hunter Green

📋 copy color: '#3C523D'

red 60 ◦ green 82 ◦ blue 61

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

Shades of Hunter Green #3C523D

Tints of Hunter Green #3C523D

RGB

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

 GREEN value IS 82 (32.42% from 255) = 40.39%

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

R = 29.56%
G = 40.39%
B = 30.05%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.26

 K value IS 0.68

RGB Variations

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

Color information

#3C523D (or 0x3C523D) is known color: Hunter Green. HEX triplet: 3C, 52 and 3D. RGB value is (60,82,61). Sum of RGB (Red+Green+Blue) = 60+82+61=203 (26% of max value = 765). Red value is 60 (23.83% from 255 or 29.56% from 203); Green value is 82 (32.42% from 255 or 40.39% from 203); Blue value is 61 (24.22% from 255 or 30.05% from 203); Max value from RGB is 82 - color contains mainly: green. Hex color #3C523D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C523D is #C3ADC2. Grayscale: #494949. Windows color (decimal): -12824003 or 4018748. OLE color: 4018748.

HSL color Cylindrical-coordinate representation of color #3C523D: hue angle of 122.73º degrees, saturation: 0.15, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #3C523D is Cyan = 0.27, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.68.

Color convert

RGB 60 82 61 -
CMYK 0.27 0 0.26 0.68
HSL 122.73º 0.15% 0.28% -
HSV(B) 122.73º 0.27% 0.32% -
XYZ 5.72 7.33 5.53 -
YUV 73.03 121.21 118.71 -
System Red Green Blue C M Y K H S L
Decimal 60 82 61 0.27 0 0.26 0.68 122.73 0.15 0.28
Hex 3C 52 3D 1B 0 1A 44 7B F 1C
Octal 74 122 75 33 0 32 104 173 17 34
Binary 111100 1010010 111101 11011 0 11010 1000100 1111011 1111 11100

Color Harmonies of #3C523D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C523D

Black with #3C523D

Text Example


Text Example

White with #3C523D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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