#537025

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

Shades of Green Leaf #537025

Tints of Green Leaf #537025

Color information

#537025 (or 0x537025) is unknown color: approx Green Leaf. HEX triplet: 53, 70 and 25. RGB value is (83,112,37). Sum of RGB (Red+Green+Blue) = 83+112+37=232 (30% of max value = 765). Red value is 83 (32.81% from 255 or 35.78% from 232); Green value is 112 (44.14% from 255 or 48.28% from 232); Blue value is 37 (14.84% from 255 or 15.95% from 232); Max value from RGB is 112 - color contains mainly: green. Hex color #537025 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #537025 is #AC8FDA. Grayscale: #5F5F5F. Windows color (decimal): -11309019 or 2453587. OLE color: 2453587.

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

Color convert

RGB8311237-
CMYK0.2600.670.56
HSL83.2º50.34%29.22%-
HSV(B)83.2º66.96%43.92%-
XYZ9.713.563.86-
YUV94.7895.39119.6-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 35.78%
GREEN value IS 112 (44.14% from 255) = 48.28%
BLUE value IS 37 (14.84% from 255) = 15.95%
R=35.78%
G=48.28%
B=15.95%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal83112370.2600.670.5683.250.3429.22
Hex5370251A0433853321d
Octal12316045320103701236235
Binary101001111100001001011101001000011111000101001111001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #537025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #537025; }

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

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

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

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

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

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

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

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