Html Css Color HEX #537332 Green Leaf

📋 copy color: '#537332'

red 83 ◦ green 115 ◦ blue 50

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

Shades of Green Leaf #537332

Tints of Green Leaf #537332

RGB

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

 GREEN value IS 115 (45.31% from 255) = 46.37%

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

R = 33.47%
G = 46.37%
B = 20.16%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.57

 K value IS 0.55

RGB Variations

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

Color information

#537332 (or 0x537332) is known color: Green Leaf. HEX triplet: 53, 73 and 32. RGB value is (83,115,50). Sum of RGB (Red+Green+Blue) = 83+115+50=248 (32% of max value = 765). Red value is 83 (32.81% from 255 or 33.47% from 248); Green value is 115 (45.31% from 255 or 46.37% from 248); Blue value is 50 (19.92% from 255 or 20.16% from 248); Max value from RGB is 115 - color contains mainly: green. Hex color #537332 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #537332 is #AC8CCD. Grayscale: #626262. Windows color (decimal): -11308238 or 3306323. OLE color: 3306323.

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

Color convert

RGB 83 115 50 -
CMYK 0.28 0 0.57 0.55
HSL 89.54º 0.39% 0.32% -
HSV(B) 89.54º 0.57% 0.45% -
XYZ 10.27 14.33 5.24 -
YUV 98.02 100.9 117.29 -
System Red Green Blue C M Y K H S L
Decimal 83 115 50 0.28 0 0.57 0.55 89.54 0.39 0.32
Hex 53 73 32 1C 0 39 37 5A 27 20
Octal 123 163 62 34 0 71 67 132 47 40
Binary 1010011 1110011 110010 11100 0 111001 110111 1011010 100111 100000

Color Harmonies of #537332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537332

Black with #537332

Text Example


Text Example

White with #537332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #537332; }

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

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

background-color css

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

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

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

border-color css

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

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

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