#537230

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

Shades of Green Leaf #537230

Tints of Green Leaf #537230

Color information

#537230 (or 0x537230) is unknown color: approx Green Leaf. HEX triplet: 53, 72 and 30. RGB value is (83,114,48). Sum of RGB (Red+Green+Blue) = 83+114+48=245 (32% of max value = 765). Red value is 83 (32.81% from 255 or 33.88% from 245); Green value is 114 (44.92% from 255 or 46.53% from 245); Blue value is 48 (19.14% from 255 or 19.59% from 245); Max value from RGB is 114 - color contains mainly: green. Hex color #537230 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #537230 is #AC8DCF. Grayscale: #616161. Windows color (decimal): -11308496 or 3174995. OLE color: 3174995.

HSL color Cylindrical-coordinate representation of color #537230: hue angle of 88.18º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #537230 is Cyan = 0.27, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.55.

Color convert

RGB8311448-
CMYK0.2700.580.55
HSL88.18º40.74%31.76%-
HSV(B)88.18º57.89%44.71%-
XYZ10.1214.094.98-
YUV97.21100.23117.87-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 33.88%
GREEN value IS 114 (44.92% from 255) = 46.53%
BLUE value IS 48 (19.14% from 255) = 19.59%
R=33.88%
G=46.53%
B=19.59%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal83114480.2700.580.5588.1840.7431.76
Hex5372301B03A37582920
Octal1231626033072671305140
Binary101001111100101100001101101110101101111011000101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #537230

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #537230; }

 p { color: rgb(83,114,48); }

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

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

 a { background-color: rgb(83,114,48); }

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

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

 span { border-color: rgb(83,114,48); }

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