#537C11

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

Shades of Green Leaf #537C11

Tints of Green Leaf #537C11

Color information

#537C11 (or 0x537C11) is unknown color: approx Green Leaf. HEX triplet: 53, 7C and 11. RGB value is (83,124,17). Sum of RGB (Red+Green+Blue) = 83+124+17=224 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.05% from 224); Green value is 124 (48.83% from 255 or 55.36% from 224); Blue value is 17 (7.03% from 255 or 7.59% from 224); Max value from RGB is 124 - color contains mainly: green. Hex color #537C11 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #537C11 is #AC83EE. Grayscale: #636363. Windows color (decimal): -11305967 or 1145939. OLE color: 1145939.

HSL color Cylindrical-coordinate representation of color #537C11: hue angle of 82.99º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #537C11 is Cyan = 0.33, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.51.

Color convert

RGB8312417-
CMYK0.3300.860.51
HSL82.99º75.89%27.65%-
HSV(B)82.99º86.29%48.63%-
XYZ10.8816.293.1-
YUV99.5481.42116.2-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 37.05%
GREEN value IS 124 (48.83% from 255) = 55.36%
BLUE value IS 17 (7.03% from 255) = 7.59%
R=37.05%
G=55.36%
B=7.59%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal83124170.3300.860.5182.9975.8927.65
Hex537C112105633534c1c
Octal123174214101266312311434
Binary1010011111110010001100001010101101100111010011100110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #537C11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,124,17); }

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

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

 a { background-color: rgb(83,124,17); }

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

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

 span { border-color: rgb(83,124,17); }

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