#52692C

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

Shades of Green Leaf #52692C

Tints of Green Leaf #52692C

Color information

#52692C (or 0x52692C) is unknown color: approx Green Leaf. HEX triplet: 52, 69 and 2C. RGB value is (82,105,44). Sum of RGB (Red+Green+Blue) = 82+105+44=231 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.50% from 231); Green value is 105 (41.41% from 255 or 45.45% from 231); Blue value is 44 (17.58% from 255 or 19.05% from 231); Max value from RGB is 105 - color contains mainly: green. Hex color #52692C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52692C is #AD96D3. Grayscale: #5B5B5B. Windows color (decimal): -11376340 or 2910546. OLE color: 2910546.

HSL color Cylindrical-coordinate representation of color #52692C: hue angle of 82.62º degrees, saturation: 0.41, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #52692C is Cyan = 0.22, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.59.

Color convert

RGB8210544-
CMYK0.2200.580.59
HSL82.62º40.94%29.22%-
HSV(B)82.62º58.1%41.18%-
XYZ8.9912.084.24-
YUV91.17101.38121.46-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 35.50%
GREEN value IS 105 (41.41% from 255) = 45.45%
BLUE value IS 44 (17.58% from 255) = 19.05%
R=35.50%
G=45.45%
B=19.05%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal82105440.2200.580.5982.6240.9429.22
Hex52692C1603A3B53291d
Octal1221515426072731235135
Binary10100101101001101100101100111010111011101001110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52692C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52692C; }

 p { color: rgb(82,105,44); }

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

<style>
 a { background-color: #52692C; }

 a { background-color: rgb(82,105,44); }

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

<style>
 span { border-color: #52692C; }

 span { border-color: rgb(82,105,44); }

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