#52692D

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

Shades of Green Leaf #52692D

Tints of Green Leaf #52692D

Color information

#52692D (or 0x52692D) is unknown color: approx Green Leaf. HEX triplet: 52, 69 and 2D. RGB value is (82,105,45). Sum of RGB (Red+Green+Blue) = 82+105+45=232 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.34% from 232); Green value is 105 (41.41% from 255 or 45.26% from 232); Blue value is 45 (17.97% from 255 or 19.40% from 232); Max value from RGB is 105 - color contains mainly: green. Hex color #52692D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52692D is #AD96D2. Grayscale: #5B5B5B. Windows color (decimal): -11376339 or 2976082. OLE color: 2976082.

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

Color convert

RGB8210545-
CMYK0.2200.570.59
HSL83º40%29.41%-
HSV(B)83º57.14%41.18%-
XYZ912.094.34-
YUV91.28101.88121.38-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 35.34%
GREEN value IS 105 (41.41% from 255) = 45.26%
BLUE value IS 45 (17.97% from 255) = 19.40%
R=35.34%
G=45.26%
B=19.40%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal82105450.2200.570.59834029.41
Hex52692D160393B53281d
Octal1221515526071731235035
Binary10100101101001101101101100111001111011101001110100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52692D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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