#537C1F

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

Shades of Green Leaf #537C1F

Tints of Green Leaf #537C1F

Color information

#537C1F (or 0x537C1F) is unknown color: approx Green Leaf. HEX triplet: 53, 7C and 1F. RGB value is (83,124,31). Sum of RGB (Red+Green+Blue) = 83+124+31=238 (31% of max value = 765). Red value is 83 (32.81% from 255 or 34.87% from 238); Green value is 124 (48.83% from 255 or 52.10% from 238); Blue value is 31 (12.5% from 255 or 13.03% from 238); Max value from RGB is 124 - color contains mainly: green. Hex color #537C1F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #537C1F is #AC83E0. Grayscale: #656565. Windows color (decimal): -11305953 or 2063443. OLE color: 2063443.

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

Color convert

RGB8312431-
CMYK0.3300.750.51
HSL86.45º60%30.39%-
HSV(B)86.45º75%48.63%-
XYZ11.0216.353.87-
YUV101.1488.42115.06-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 34.87%
GREEN value IS 124 (48.83% from 255) = 52.10%
BLUE value IS 31 (12.5% from 255) = 13.03%
R=34.87%
G=52.10%
B=13.03%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal83124310.3300.750.5186.456030.39
Hex537C1F2104B33563c1e
Octal12317437410113631267436
Binary101001111111001111110000101001011110011101011011110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #537C1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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