Html Css Color HEX #3B533D Hunter Green

📋 copy color: '#3B533D'

red 59 ◦ green 83 ◦ blue 61

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

Shades of Hunter Green #3B533D

Tints of Hunter Green #3B533D

RGB

 RED value IS 59 (23.44% from 255) = 29.06%

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

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

R = 29.06%
G = 40.89%
B = 30.05%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.27

 K value IS 0.67

RGB Variations

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

Color information

#3B533D (or 0x3B533D) is known color: Hunter Green. HEX triplet: 3B, 53 and 3D. RGB value is (59,83,61). Sum of RGB (Red+Green+Blue) = 59+83+61=203 (26% of max value = 765). Red value is 59 (23.44% from 255 or 29.06% from 203); Green value is 83 (32.81% from 255 or 40.89% from 203); Blue value is 61 (24.22% from 255 or 30.05% from 203); Max value from RGB is 83 - color contains mainly: green. Hex color #3B533D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B533D is #C4ACC2. Grayscale: #494949. Windows color (decimal): -12889283 or 4019003. OLE color: 4019003.

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

Color convert

RGB 59 83 61 -
CMYK 0.29 0 0.27 0.67
HSL 125º 0.17% 0.28% -
HSV(B) 125º 0.29% 0.33% -
XYZ 5.74 7.45 5.55 -
YUV 73.32 121.05 117.79 -
System Red Green Blue C M Y K H S L
Decimal 59 83 61 0.29 0 0.27 0.67 125 0.17 0.28
Hex 3B 53 3D 1D 0 1B 43 7D 11 1C
Octal 73 123 75 35 0 33 103 175 21 34
Binary 111011 1010011 111101 11101 0 11011 1000011 1111101 10001 11100

Color Harmonies of #3B533D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B533D

Black with #3B533D

Text Example


Text Example

White with #3B533D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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