#537C13

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

Shades of Green Leaf #537C13

Tints of Green Leaf #537C13

Color information

#537C13 (or 0x537C13) is unknown color: approx Green Leaf. HEX triplet: 53, 7C and 13. RGB value is (83,124,19). Sum of RGB (Red+Green+Blue) = 83+124+19=226 (29% of max value = 765). Red value is 83 (32.81% from 255 or 36.73% from 226); Green value is 124 (48.83% from 255 or 54.87% from 226); Blue value is 19 (7.81% from 255 or 8.41% from 226); Max value from RGB is 124 - color contains mainly: green. Hex color #537C13 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #537C13 is #AC83EC. Grayscale: #646464. Windows color (decimal): -11305965 or 1277011. OLE color: 1277011.

HSL color Cylindrical-coordinate representation of color #537C13: hue angle of 83.43º degrees, saturation: 0.73, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #537C13 is Cyan = 0.33, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.51.

Color convert

RGB8312419-
CMYK0.3300.850.51
HSL83.43º73.43%28.04%-
HSV(B)83.43º84.68%48.63%-
XYZ10.8916.33.19-
YUV99.7782.42116.04-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 36.73%
GREEN value IS 124 (48.83% from 255) = 54.87%
BLUE value IS 19 (7.81% from 255) = 8.41%
R=36.73%
G=54.87%
B=8.41%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal83124190.3300.850.5183.4373.4328.04
Hex537C13210553353491c
Octal123174234101256312311134
Binary1010011111110010011100001010101011100111010011100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #537C13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,124,19); }

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

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

 a { background-color: rgb(83,124,19); }

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

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

 span { border-color: rgb(83,124,19); }

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