#536928

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

Shades of Green Leaf #536928

Tints of Green Leaf #536928

Color information

#536928 (or 0x536928) is unknown color: approx Green Leaf. HEX triplet: 53, 69 and 28. RGB value is (83,105,40). Sum of RGB (Red+Green+Blue) = 83+105+40=228 (30% of max value = 765). Red value is 83 (32.81% from 255 or 36.40% from 228); Green value is 105 (41.41% from 255 or 46.05% from 228); Blue value is 40 (16.02% from 255 or 17.54% from 228); Max value from RGB is 105 - color contains mainly: green. Hex color #536928 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #536928 is #AC96D7. Grayscale: #5B5B5B. Windows color (decimal): -11310808 or 2648403. OLE color: 2648403.

HSL color Cylindrical-coordinate representation of color #536928: hue angle of 80.31º degrees, saturation: 0.45, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #536928 is Cyan = 0.21, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.59.

Color convert

RGB8310540-
CMYK0.2100.620.59
HSL80.31º44.83%28.43%-
HSV(B)80.31º61.9%41.18%-
XYZ912.13.87-
YUV91.0199.21122.29-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 36.40%
GREEN value IS 105 (41.41% from 255) = 46.05%
BLUE value IS 40 (16.02% from 255) = 17.54%
R=36.40%
G=46.05%
B=17.54%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal83105400.2100.620.5980.3144.8328.43
Hex5369281503E3B502d1c
Octal1231515025076731205534
Binary10100111101001101000101010111110111011101000010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536928

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #536928; }

 p { color: rgb(83,105,40); }

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

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

 a { background-color: rgb(83,105,40); }

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

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

 span { border-color: rgb(83,105,40); }

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