#53681F

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

Shades of Green Leaf #53681F

Tints of Green Leaf #53681F

Color information

#53681F (or 0x53681F) is unknown color: approx Green Leaf. HEX triplet: 53, 68 and 1F. RGB value is (83,104,31). Sum of RGB (Red+Green+Blue) = 83+104+31=218 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.07% from 218); Green value is 104 (41.02% from 255 or 47.71% from 218); Blue value is 31 (12.5% from 255 or 14.22% from 218); Max value from RGB is 104 - color contains mainly: green. Hex color #53681F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #53681F is #AC97E0. Grayscale: #595959. Windows color (decimal): -11311073 or 2058323. OLE color: 2058323.

HSL color Cylindrical-coordinate representation of color #53681F: hue angle of 77.26º degrees, saturation: 0.54, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #53681F is Cyan = 0.20, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.59.

Color convert

RGB8310431-
CMYK0.2000.700.59
HSL77.26º54.07%26.47%-
HSV(B)77.26º70.19%40.78%-
XYZ8.7611.843.12-
YUV89.495.04123.44-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 38.07%
GREEN value IS 104 (41.02% from 255) = 47.71%
BLUE value IS 31 (12.5% from 255) = 14.22%
R=38.07%
G=47.71%
B=14.22%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal83104310.2000.700.5977.2654.0726.47
Hex53681F140463B4d361a
Octal12315037240106731156632
Binary10100111101000111111010001000110111011100110111011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53681F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53681F; }

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

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

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

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

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

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

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

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