#537525

Color #537525 Green Leaf (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Leaf #537525

Tints of Green Leaf #537525

Color information

#537525 (or 0x537525) is unknown color: approx Green Leaf. HEX triplet: 53, 75 and 25. RGB value is (83,117,37). Sum of RGB (Red+Green+Blue) = 83+117+37=237 (31% of max value = 765). Red value is 83 (32.81% from 255 or 35.02% from 237); Green value is 117 (46.09% from 255 or 49.37% from 237); Blue value is 37 (14.84% from 255 or 15.61% from 237); Max value from RGB is 117 - color contains mainly: green. Hex color #537525 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #537525 is #AC8ADA. Grayscale: #626262. Windows color (decimal): -11307739 or 2454867. OLE color: 2454867.

HSL color Cylindrical-coordinate representation of color #537525: hue angle of 85.5º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #537525 is Cyan = 0.29, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.54.

Color convert

RGB8311737-
CMYK0.2900.680.54
HSL85.5º51.95%30.2%-
HSV(B)85.5º68.38%45.88%-
XYZ10.2614.74.05-
YUV97.7193.74117.5-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 35.02%
GREEN value IS 117 (46.09% from 255) = 49.37%
BLUE value IS 37 (14.84% from 255) = 15.61%
R=35.02%
G=49.37%
B=15.61%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal83117370.2900.680.5485.551.9530.2
Hex5375251D0443656341e
Octal12316545350104661266436
Binary101001111101011001011110101000100110110101011011010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #537525

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #537525; }

 p { color: rgb(83,117,37); }

 H1.HeaderClassName
 {
   color: #537525;
 }
 .AnyTagClassName
 {
   color: #537525;
 }
</style>
background-color css

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

 a { background-color: rgb(83,117,37); }

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

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

 span { border-color: rgb(83,117,37); }

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