#526B2A

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

Shades of Green Leaf #526B2A

Tints of Green Leaf #526B2A

Color information

#526B2A (or 0x526B2A) is unknown color: approx Green Leaf. HEX triplet: 52, 6B and 2A. RGB value is (82,107,42). Sum of RGB (Red+Green+Blue) = 82+107+42=231 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.50% from 231); Green value is 107 (42.19% from 255 or 46.32% from 231); Blue value is 42 (16.80% from 255 or 18.18% from 231); Max value from RGB is 107 - color contains mainly: green. Hex color #526B2A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #526B2A is #AD94D5. Grayscale: #5C5C5C. Windows color (decimal): -11375830 or 2779986. OLE color: 2779986.

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

Color convert

RGB8210742-
CMYK0.2300.610.58
HSL83.08º43.62%29.22%-
HSV(B)83.08º60.75%41.96%-
XYZ9.1612.484.12-
YUV92.1299.72120.79-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 35.50%
GREEN value IS 107 (42.19% from 255) = 46.32%
BLUE value IS 42 (16.80% from 255) = 18.18%
R=35.50%
G=46.32%
B=18.18%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal82107420.2300.610.5883.0843.6229.22
Hex526B2A1703D3A532c1d
Octal1221535227075721235435
Binary10100101101011101010101110111101111010101001110110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526B2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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