#537A1A

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

Shades of Green Leaf #537A1A

Tints of Green Leaf #537A1A

Color information

#537A1A (or 0x537A1A) is unknown color: approx Green Leaf. HEX triplet: 53, 7A and 1A. RGB value is (83,122,26). Sum of RGB (Red+Green+Blue) = 83+122+26=231 (30% of max value = 765). Red value is 83 (32.81% from 255 or 35.93% from 231); Green value is 122 (48.05% from 255 or 52.81% from 231); Blue value is 26 (10.55% from 255 or 11.26% from 231); Max value from RGB is 122 - color contains mainly: green. Hex color #537A1A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #537A1A is #AC85E5. Grayscale: #636363. Windows color (decimal): -11306470 or 1735251. OLE color: 1735251.

HSL color Cylindrical-coordinate representation of color #537A1A: hue angle of 84.38º degrees, saturation: 0.65, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #537A1A is Cyan = 0.32, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.52.

Color convert

RGB8312226-
CMYK0.3200.790.52
HSL84.38º64.86%29.02%-
HSV(B)84.38º78.69%47.84%-
XYZ10.7115.833.47-
YUV99.3986.58116.31-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 35.93%
GREEN value IS 122 (48.05% from 255) = 52.81%
BLUE value IS 26 (10.55% from 255) = 11.26%
R=35.93%
G=52.81%
B=11.26%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal83122260.3200.790.5284.3864.8629.02
Hex537A1A2004F3454411d
Octal123172324001176412410135
Binary1010011111101011010100000010011111101001010100100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #537A1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,122,26); }

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

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

 a { background-color: rgb(83,122,26); }

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

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

 span { border-color: rgb(83,122,26); }

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