#52661D

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

Shades of Green Leaf #52661D

Tints of Green Leaf #52661D

Color information

#52661D (or 0x52661D) is unknown color: approx Green Leaf. HEX triplet: 52, 66 and 1D. RGB value is (82,102,29). Sum of RGB (Red+Green+Blue) = 82+102+29=213 (28% of max value = 765). Red value is 82 (32.42% from 255 or 38.50% from 213); Green value is 102 (40.23% from 255 or 47.89% from 213); Blue value is 29 (11.72% from 255 or 13.62% from 213); Max value from RGB is 102 - color contains mainly: green. Hex color #52661D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52661D is #AD99E2. Grayscale: #575757. Windows color (decimal): -11377123 or 1926738. OLE color: 1926738.

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

Color convert

RGB8210229-
CMYK0.2000.720.6
HSL76.44º55.73%25.69%-
HSV(B)76.44º71.57%40%-
XYZ8.4511.392.91-
YUV87.794.87123.94-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 38.50%
GREEN value IS 102 (40.23% from 255) = 47.89%
BLUE value IS 29 (11.72% from 255) = 13.62%
R=38.50%
G=47.89%
B=13.62%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal82102290.2000.720.676.4455.7325.69
Hex52661D140483C4c381a
Octal12214635240110741147032
Binary10100101100110111011010001001000111100100110011100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52661D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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