Html Css Color HEX #3C533F Hunter Green

📋 copy color: '#3C533F'

red 60 ◦ green 83 ◦ blue 63

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

Shades of Hunter Green #3C533F

Tints of Hunter Green #3C533F

RGB

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

 GREEN value IS 83 (32.81% from 255) = 40.29%

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

R = 29.13%
G = 40.29%
B = 30.58%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.24

 K value IS 0.67

RGB Variations

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

Color information

#3C533F (or 0x3C533F) is known color: Hunter Green. HEX triplet: 3C, 53 and 3F. RGB value is (60,83,63). Sum of RGB (Red+Green+Blue) = 60+83+63=206 (27% of max value = 765). Red value is 60 (23.83% from 255 or 29.13% from 206); Green value is 83 (32.81% from 255 or 40.29% from 206); Blue value is 63 (25% from 255 or 30.58% from 206); Max value from RGB is 83 - color contains mainly: green. Hex color #3C533F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C533F is #C3ACC0. Grayscale: #494949. Windows color (decimal): -12823745 or 4150076. OLE color: 4150076.

HSL color Cylindrical-coordinate representation of color #3C533F: hue angle of 127.83º degrees, saturation: 0.16, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #3C533F is Cyan = 0.28, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.67.

Color convert

RGB 60 83 63 -
CMYK 0.28 0 0.24 0.67
HSL 127.83º 0.16% 0.28% -
HSV(B) 127.83º 0.28% 0.33% -
XYZ 5.85 7.51 5.84 -
YUV 73.84 121.88 118.13 -
System Red Green Blue C M Y K H S L
Decimal 60 83 63 0.28 0 0.24 0.67 127.83 0.16 0.28
Hex 3C 53 3F 1C 0 18 43 80 10 1C
Octal 74 123 77 34 0 30 103 200 20 34
Binary 111100 1010011 111111 11100 0 11000 1000011 10000000 10000 11100

Color Harmonies of #3C533F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C533F

Black with #3C533F

Text Example


Text Example

White with #3C533F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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