Html Css Color HEX #537232 Green Leaf

📋 copy color: '#537232'

red 83 ◦ green 114 ◦ blue 50

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

Shades of Green Leaf #537232

Tints of Green Leaf #537232

RGB

 RED value IS 83 (32.81% from 255) = 33.6%

 GREEN value IS 114 (44.92% from 255) = 46.15%

 BLUE value IS 50 (19.92% from 255) = 20.24%

R = 33.6%
G = 46.15%
B = 20.24%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.56

 K value IS 0.55

RGB Variations

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

Color information

#537232 (or 0x537232) is known color: Green Leaf. HEX triplet: 53, 72 and 32. RGB value is (83,114,50). Sum of RGB (Red+Green+Blue) = 83+114+50=247 (32% of max value = 765). Red value is 83 (32.81% from 255 or 33.60% from 247); Green value is 114 (44.92% from 255 or 46.15% from 247); Blue value is 50 (19.92% from 255 or 20.24% from 247); Max value from RGB is 114 - color contains mainly: green. Hex color #537232 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #537232 is #AC8DCD. Grayscale: #616161. Windows color (decimal): -11308494 or 3306067. OLE color: 3306067.

HSL color Cylindrical-coordinate representation of color #537232: hue angle of 89.06º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #537232 is Cyan = 0.27, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.55.

Color convert

RGB 83 114 50 -
CMYK 0.27 0 0.56 0.55
HSL 89.06º 0.39% 0.32% -
HSV(B) 89.06º 0.56% 0.45% -
XYZ 10.16 14.1 5.2 -
YUV 97.44 101.23 117.7 -
System Red Green Blue C M Y K H S L
Decimal 83 114 50 0.27 0 0.56 0.55 89.06 0.39 0.32
Hex 53 72 32 1B 0 38 37 59 27 20
Octal 123 162 62 33 0 70 67 131 47 40
Binary 1010011 1110010 110010 11011 0 111000 110111 1011001 100111 100000

Color Harmonies of #537232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537232

Black with #537232

Text Example


Text Example

White with #537232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #537232; }

 p { color: rgb(83,114,50); }

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

background-color css

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

 a { background-color: rgb(83,114,50); }

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

border-color css

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

 span { border-color: rgb(83,114,50); }

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