Html Css Color HEX #3C523F Hunter Green

📋 copy color: '#3C523F'

red 60 ◦ green 82 ◦ blue 63

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

Shades of Hunter Green #3C523F

Tints of Hunter Green #3C523F

RGB

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

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

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

R = 29.27%
G = 40%
B = 30.73%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.23

 K value IS 0.68

RGB Variations

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

Color information

#3C523F (or 0x3C523F) is known color: Hunter Green. HEX triplet: 3C, 52 and 3F. RGB value is (60,82,63). Sum of RGB (Red+Green+Blue) = 60+82+63=205 (27% of max value = 765). Red value is 60 (23.83% from 255 or 29.27% from 205); Green value is 82 (32.42% from 255 or 40% from 205); Blue value is 63 (25% from 255 or 30.73% from 205); Max value from RGB is 82 - color contains mainly: green. Hex color #3C523F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C523F is #C3ADC0. Grayscale: #494949. Windows color (decimal): -12824001 or 4149820. OLE color: 4149820.

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

Color convert

RGB 60 82 63 -
CMYK 0.27 0 0.23 0.68
HSL 128.18º 0.15% 0.28% -
HSV(B) 128.18º 0.27% 0.32% -
XYZ 5.78 7.35 5.82 -
YUV 73.26 122.21 118.54 -
System Red Green Blue C M Y K H S L
Decimal 60 82 63 0.27 0 0.23 0.68 128.18 0.15 0.28
Hex 3C 52 3F 1B 0 17 44 80 F 1C
Octal 74 122 77 33 0 27 104 200 17 34
Binary 111100 1010010 111111 11011 0 10111 1000100 10000000 1111 11100

Color Harmonies of #3C523F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C523F

Black with #3C523F

Text Example


Text Example

White with #3C523F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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