Html Css Color HEX #537032 Green Leaf

📋 copy color: '#537032'

red 83 ◦ green 112 ◦ blue 50

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

Shades of Green Leaf #537032

Tints of Green Leaf #537032

RGB

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

 GREEN value IS 112 (44.14% from 255) = 45.71%

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

R = 33.88%
G = 45.71%
B = 20.41%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.55

 K value IS 0.56

RGB Variations

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

Color information

#537032 (or 0x537032) is known color: Green Leaf. HEX triplet: 53, 70 and 32. RGB value is (83,112,50). Sum of RGB (Red+Green+Blue) = 83+112+50=245 (32% of max value = 765). Red value is 83 (32.81% from 255 or 33.88% from 245); Green value is 112 (44.14% from 255 or 45.71% from 245); Blue value is 50 (19.92% from 255 or 20.41% from 245); Max value from RGB is 112 - color contains mainly: green. Hex color #537032 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #537032 is #AC8FCD. Grayscale: #606060. Windows color (decimal): -11309006 or 3305555. OLE color: 3305555.

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

Color convert

RGB 83 112 50 -
CMYK 0.26 0 0.55 0.56
HSL 88.06º 0.38% 0.32% -
HSV(B) 88.06º 0.55% 0.44% -
XYZ 9.94 13.66 5.13 -
YUV 96.26 101.89 118.54 -
System Red Green Blue C M Y K H S L
Decimal 83 112 50 0.26 0 0.55 0.56 88.06 0.38 0.32
Hex 53 70 32 1A 0 37 38 58 26 20
Octal 123 160 62 32 0 67 70 130 46 40
Binary 1010011 1110000 110010 11010 0 110111 111000 1011000 100110 100000

Color Harmonies of #537032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537032

Black with #537032

Text Example


Text Example

White with #537032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #537032; }

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

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

background-color css

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

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

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

border-color css

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

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

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