Html Css Color HEX #3C533D Hunter Green

📋 copy color: '#3C533D'

red 60 ◦ green 83 ◦ blue 61

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

Shades of Hunter Green #3C533D

Tints of Hunter Green #3C533D

RGB

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

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

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

R = 29.41%
G = 40.69%
B = 29.9%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.27

 K value IS 0.67

RGB Variations

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

Color information

#3C533D (or 0x3C533D) is known color: Hunter Green. HEX triplet: 3C, 53 and 3D. RGB value is (60,83,61). Sum of RGB (Red+Green+Blue) = 60+83+61=204 (27% of max value = 765). Red value is 60 (23.83% from 255 or 29.41% from 204); Green value is 83 (32.81% from 255 or 40.69% from 204); Blue value is 61 (24.22% from 255 or 29.90% from 204); Max value from RGB is 83 - color contains mainly: green. Hex color #3C533D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C533D is #C3ACC2. Grayscale: #494949. Windows color (decimal): -12823747 or 4019004. OLE color: 4019004.

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

Color convert

RGB 60 83 61 -
CMYK 0.28 0 0.27 0.67
HSL 122.61º 0.16% 0.28% -
HSV(B) 122.61º 0.28% 0.33% -
XYZ 5.8 7.48 5.55 -
YUV 73.62 120.88 118.29 -
System Red Green Blue C M Y K H S L
Decimal 60 83 61 0.28 0 0.27 0.67 122.61 0.16 0.28
Hex 3C 53 3D 1C 0 1B 43 7B 10 1C
Octal 74 123 75 34 0 33 103 173 20 34
Binary 111100 1010011 111101 11100 0 11011 1000011 1111011 10000 11100

Color Harmonies of #3C533D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C533D

Black with #3C533D

Text Example


Text Example

White with #3C533D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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