#52672B

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

Shades of Green Leaf #52672B

Tints of Green Leaf #52672B

Color information

#52672B (or 0x52672B) is unknown color: approx Green Leaf. HEX triplet: 52, 67 and 2B. RGB value is (82,103,43). Sum of RGB (Red+Green+Blue) = 82+103+43=228 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.96% from 228); Green value is 103 (40.62% from 255 or 45.18% from 228); Blue value is 43 (17.19% from 255 or 18.86% from 228); Max value from RGB is 103 - color contains mainly: green. Hex color #52672B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52672B is #AD98D4. Grayscale: #5A5A5A. Windows color (decimal): -11376853 or 2844498. OLE color: 2844498.

HSL color Cylindrical-coordinate representation of color #52672B: hue angle of 81º degrees, saturation: 0.41, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #52672B is Cyan = 0.20, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.60.

Color convert

RGB8210343-
CMYK0.2000.580.60
HSL81º41.1%28.63%-
HSV(B)81º58.25%40.39%-
XYZ8.7711.674.08-
YUV89.88101.54122.38-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 35.96%
GREEN value IS 103 (40.62% from 255) = 45.18%
BLUE value IS 43 (17.19% from 255) = 18.86%
R=35.96%
G=45.18%
B=18.86%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal82103430.2000.580.608141.128.63
Hex52672B1403A3C51291d
Octal1221475324072741215135
Binary10100101100111101011101000111010111100101000110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52672B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52672B; }

 p { color: rgb(82,103,43); }

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

<style>
 a { background-color: #52672B; }

 a { background-color: rgb(82,103,43); }

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

<style>
 span { border-color: #52672B; }

 span { border-color: rgb(82,103,43); }

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