#526B2B

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

Shades of Green Leaf #526B2B

Tints of Green Leaf #526B2B

Color information

#526B2B (or 0x526B2B) is unknown color: approx Green Leaf. HEX triplet: 52, 6B and 2B. RGB value is (82,107,43). Sum of RGB (Red+Green+Blue) = 82+107+43=232 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.34% from 232); Green value is 107 (42.19% from 255 or 46.12% from 232); Blue value is 43 (17.19% from 255 or 18.53% from 232); Max value from RGB is 107 - color contains mainly: green. Hex color #526B2B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #526B2B is #AD94D4. Grayscale: #5C5C5C. Windows color (decimal): -11375829 or 2845522. OLE color: 2845522.

HSL color Cylindrical-coordinate representation of color #526B2B: hue angle of 83.44º degrees, saturation: 0.43, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #526B2B is Cyan = 0.23, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.58.

Color convert

RGB8210743-
CMYK0.2300.600.58
HSL83.44º42.67%29.41%-
HSV(B)83.44º59.81%41.96%-
XYZ9.1712.484.21-
YUV92.23100.22120.7-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 35.34%
GREEN value IS 107 (42.19% from 255) = 46.12%
BLUE value IS 43 (17.19% from 255) = 18.53%
R=35.34%
G=46.12%
B=18.53%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal82107430.2300.600.5883.4442.6729.41
Hex526B2B1703C3A532b1d
Octal1221535327074721235335
Binary10100101101011101011101110111100111010101001110101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526B2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526B2B; }

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

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

<style>
 a { background-color: #526B2B; }

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

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

<style>
 span { border-color: #526B2B; }

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

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