#52681A

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

Shades of Green Leaf #52681A

Tints of Green Leaf #52681A

Color information

#52681A (or 0x52681A) is unknown color: approx Green Leaf. HEX triplet: 52, 68 and 1A. RGB value is (82,104,26). Sum of RGB (Red+Green+Blue) = 82+104+26=212 (28% of max value = 765). Red value is 82 (32.42% from 255 or 38.68% from 212); Green value is 104 (41.02% from 255 or 49.06% from 212); Blue value is 26 (10.55% from 255 or 12.26% from 212); Max value from RGB is 104 - color contains mainly: green. Hex color #52681A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52681A is #AD97E5. Grayscale: #585858. Windows color (decimal): -11376614 or 1730642. OLE color: 1730642.

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

Color convert

RGB8210426-
CMYK0.2100.750.59
HSL76.92º60%25.49%-
HSV(B)76.92º75%40.78%-
XYZ8.6211.772.79-
YUV88.5392.71123.34-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 38.68%
GREEN value IS 104 (41.02% from 255) = 49.06%
BLUE value IS 26 (10.55% from 255) = 12.26%
R=38.68%
G=49.06%
B=12.26%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal82104260.2100.750.5976.926025.49
Hex52681A1504B3B4d3c19
Octal12215032250113731157431
Binary10100101101000110101010101001011111011100110111110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52681A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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