#537826

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

Shades of Green Leaf #537826

Tints of Green Leaf #537826

Color information

#537826 (or 0x537826) is unknown color: approx Green Leaf. HEX triplet: 53, 78 and 26. RGB value is (83,120,38). Sum of RGB (Red+Green+Blue) = 83+120+38=241 (31% of max value = 765). Red value is 83 (32.81% from 255 or 34.44% from 241); Green value is 120 (47.27% from 255 or 49.79% from 241); Blue value is 38 (15.23% from 255 or 15.77% from 241); Max value from RGB is 120 - color contains mainly: green. Hex color #537826 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #537826 is #AC87D9. Grayscale: #636363. Windows color (decimal): -11306970 or 2521171. OLE color: 2521171.

HSL color Cylindrical-coordinate representation of color #537826: hue angle of 87.07º degrees, saturation: 0.52, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #537826 is Cyan = 0.31, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.53.

Color convert

RGB8312038-
CMYK0.3100.680.53
HSL87.07º51.9%30.98%-
HSV(B)87.07º68.33%47.06%-
XYZ10.6315.414.25-
YUV99.5993.24116.17-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 34.44%
GREEN value IS 120 (47.27% from 255) = 49.79%
BLUE value IS 38 (15.23% from 255) = 15.77%
R=34.44%
G=49.79%
B=15.77%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal83120380.3100.680.5387.0751.930.98
Hex5378261F0443557341f
Octal12317046370104651276437
Binary101001111110001001101111101000100110101101011111010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #537826

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #537826; }

 p { color: rgb(83,120,38); }

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

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

 a { background-color: rgb(83,120,38); }

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

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

 span { border-color: rgb(83,120,38); }

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