#537A13

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

Shades of Green Leaf #537A13

Tints of Green Leaf #537A13

Color information

#537A13 (or 0x537A13) is unknown color: approx Green Leaf. HEX triplet: 53, 7A and 13. RGB value is (83,122,19). Sum of RGB (Red+Green+Blue) = 83+122+19=224 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.05% from 224); Green value is 122 (48.05% from 255 or 54.46% from 224); Blue value is 19 (7.81% from 255 or 8.48% from 224); Max value from RGB is 122 - color contains mainly: green. Hex color #537A13 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #537A13 is #AC85EC. Grayscale: #626262. Windows color (decimal): -11306477 or 1276499. OLE color: 1276499.

HSL color Cylindrical-coordinate representation of color #537A13: hue angle of 82.72º degrees, saturation: 0.73, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #537A13 is Cyan = 0.32, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.52.

Color convert

RGB8312219-
CMYK0.3200.840.52
HSL82.72º73.05%27.65%-
HSV(B)82.72º84.43%47.84%-
XYZ10.6415.813.11-
YUV98.683.08116.88-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 37.05%
GREEN value IS 122 (48.05% from 255) = 54.46%
BLUE value IS 19 (7.81% from 255) = 8.48%
R=37.05%
G=54.46%
B=8.48%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal83122190.3200.840.5282.7273.0527.65
Hex537A13200543453491c
Octal123172234001246412311134
Binary1010011111101010011100000010101001101001010011100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #537A13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,122,19); }

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

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

 a { background-color: rgb(83,122,19); }

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

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

 span { border-color: rgb(83,122,19); }

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