#537D1A

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

Shades of Green Leaf #537D1A

Tints of Green Leaf #537D1A

Color information

#537D1A (or 0x537D1A) is unknown color: approx Green Leaf. HEX triplet: 53, 7D and 1A. RGB value is (83,125,26). Sum of RGB (Red+Green+Blue) = 83+125+26=234 (30% of max value = 765). Red value is 83 (32.81% from 255 or 35.47% from 234); Green value is 125 (49.22% from 255 or 53.42% from 234); Blue value is 26 (10.55% from 255 or 11.11% from 234); Max value from RGB is 125 - color contains mainly: green. Hex color #537D1A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #537D1A is #AC82E5. Grayscale: #656565. Windows color (decimal): -11305702 or 1736019. OLE color: 1736019.

HSL color Cylindrical-coordinate representation of color #537D1A: hue angle of 85.45º degrees, saturation: 0.66, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #537D1A is Cyan = 0.34, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.51.

Color convert

RGB8312526-
CMYK0.3400.790.51
HSL85.45º65.56%29.61%-
HSV(B)85.45º79.2%49.02%-
XYZ11.0916.583.59-
YUV101.1685.59115.05-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 35.47%
GREEN value IS 125 (49.22% from 255) = 53.42%
BLUE value IS 26 (10.55% from 255) = 11.11%
R=35.47%
G=53.42%
B=11.11%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal83125260.3400.790.5185.4565.5629.61
Hex537D1A2204F3355421e
Octal123175324201176312510236
Binary1010011111110111010100010010011111100111010101100001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #537D1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #537D1A; }

 p { color: rgb(83,125,26); }

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

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

 a { background-color: rgb(83,125,26); }

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

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

 span { border-color: rgb(83,125,26); }

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