#52681E

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

Shades of Green Leaf #52681E

Tints of Green Leaf #52681E

Color information

#52681E (or 0x52681E) is unknown color: approx Green Leaf. HEX triplet: 52, 68 and 1E. RGB value is (82,104,30). Sum of RGB (Red+Green+Blue) = 82+104+30=216 (28% of max value = 765). Red value is 82 (32.42% from 255 or 37.96% from 216); Green value is 104 (41.02% from 255 or 48.15% from 216); Blue value is 30 (12.11% from 255 or 13.89% from 216); Max value from RGB is 104 - color contains mainly: green. Hex color #52681E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52681E is #AD97E1. Grayscale: #595959. Windows color (decimal): -11376610 or 1992786. OLE color: 1992786.

HSL color Cylindrical-coordinate representation of color #52681E: hue angle of 77.84º degrees, saturation: 0.55, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #52681E is Cyan = 0.21, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.59.

Color convert

RGB8210430-
CMYK0.2100.710.59
HSL77.84º55.22%26.27%-
HSV(B)77.84º71.15%40.78%-
XYZ8.6611.793.05-
YUV88.9994.71123.02-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 37.96%
GREEN value IS 104 (41.02% from 255) = 48.15%
BLUE value IS 30 (12.11% from 255) = 13.89%
R=37.96%
G=48.15%
B=13.89%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal82104300.2100.710.5977.8455.2226.27
Hex52681E150473B4e371a
Octal12215036250107731166732
Binary10100101101000111101010101000111111011100111011011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52681E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52681E; }

 p { color: rgb(82,104,30); }

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

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

 a { background-color: rgb(82,104,30); }

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

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

 span { border-color: rgb(82,104,30); }

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