#537518

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

Shades of Green Leaf #537518

Tints of Green Leaf #537518

Color information

#537518 (or 0x537518) is unknown color: approx Green Leaf. HEX triplet: 53, 75 and 18. RGB value is (83,117,24). Sum of RGB (Red+Green+Blue) = 83+117+24=224 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.05% from 224); Green value is 117 (46.09% from 255 or 52.23% from 224); Blue value is 24 (9.77% from 255 or 10.71% from 224); Max value from RGB is 117 - color contains mainly: green. Hex color #537518 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #537518 is #AC8AE7. Grayscale: #606060. Windows color (decimal): -11307752 or 1602899. OLE color: 1602899.

HSL color Cylindrical-coordinate representation of color #537518: hue angle of 81.94º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #537518 is Cyan = 0.29, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.54.

Color convert

RGB8311724-
CMYK0.2900.790.54
HSL81.94º65.96%27.65%-
HSV(B)81.94º79.49%45.88%-
XYZ10.0914.633.16-
YUV96.2387.24118.56-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 37.05%
GREEN value IS 117 (46.09% from 255) = 52.23%
BLUE value IS 24 (9.77% from 255) = 10.71%
R=37.05%
G=52.23%
B=10.71%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal83117240.2900.790.5481.9465.9627.65
Hex5375181D04F3652421c
Octal123165303501176612210234
Binary101001111101011100011101010011111101101010010100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #537518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #537518; }

 p { color: rgb(83,117,24); }

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

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

 a { background-color: rgb(83,117,24); }

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

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

 span { border-color: rgb(83,117,24); }

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