#537825

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

Shades of Green Leaf #537825

Tints of Green Leaf #537825

Color information

#537825 (or 0x537825) is unknown color: approx Green Leaf. HEX triplet: 53, 78 and 25. RGB value is (83,120,37). Sum of RGB (Red+Green+Blue) = 83+120+37=240 (31% of max value = 765). Red value is 83 (32.81% from 255 or 34.58% from 240); Green value is 120 (47.27% from 255 or 50% from 240); Blue value is 37 (14.84% from 255 or 15.42% from 240); Max value from RGB is 120 - color contains mainly: green. Hex color #537825 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #537825 is #AC87DA. Grayscale: #636363. Windows color (decimal): -11306971 or 2455635. OLE color: 2455635.

HSL color Cylindrical-coordinate representation of color #537825: hue angle of 86.75º degrees, saturation: 0.53, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #537825 is Cyan = 0.31, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.53.

Color convert

RGB8312037-
CMYK0.3100.690.53
HSL86.75º52.87%30.78%-
HSV(B)86.75º69.17%47.06%-
XYZ10.6215.414.16-
YUV99.4892.74116.25-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 34.58%
GREEN value IS 120 (47.27% from 255) = 50%
BLUE value IS 37 (14.84% from 255) = 15.42%
R=34.58%
G=50%
B=15.42%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal83120370.3100.690.5386.7552.8730.78
Hex5378251F0453557351f
Octal12317045370105651276537
Binary101001111110001001011111101000101110101101011111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #537825

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #537825; }

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

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

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

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

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

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

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

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