#52681D

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

Shades of Green Leaf #52681D

Tints of Green Leaf #52681D

Color information

#52681D (or 0x52681D) is unknown color: approx Green Leaf. HEX triplet: 52, 68 and 1D. RGB value is (82,104,29). Sum of RGB (Red+Green+Blue) = 82+104+29=215 (28% of max value = 765). Red value is 82 (32.42% from 255 or 38.14% from 215); Green value is 104 (41.02% from 255 or 48.37% from 215); Blue value is 29 (11.72% from 255 or 13.49% from 215); Max value from RGB is 104 - color contains mainly: green. Hex color #52681D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52681D is #AD97E2. Grayscale: #595959. Windows color (decimal): -11376611 or 1927250. OLE color: 1927250.

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

Color convert

RGB8210429-
CMYK0.2100.720.59
HSL77.6º56.39%26.08%-
HSV(B)77.6º72.12%40.78%-
XYZ8.6511.782.98-
YUV88.8794.21123.1-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 38.14%
GREEN value IS 104 (41.02% from 255) = 48.37%
BLUE value IS 29 (11.72% from 255) = 13.49%
R=38.14%
G=48.37%
B=13.49%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal82104290.2100.720.5977.656.3926.08
Hex52681D150483B4e381a
Octal12215035250110731167032
Binary10100101101000111011010101001000111011100111011100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52681D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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