#526935

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

Shades of Green Leaf #526935

Tints of Green Leaf #526935

Color information

#526935 (or 0x526935) is unknown color: approx Green Leaf. HEX triplet: 52, 69 and 35. RGB value is (82,105,53). Sum of RGB (Red+Green+Blue) = 82+105+53=240 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.17% from 240); Green value is 105 (41.41% from 255 or 43.75% from 240); Blue value is 53 (21.09% from 255 or 22.08% from 240); Max value from RGB is 105 - color contains mainly: green. Hex color #526935 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #526935 is #AD96CA. Grayscale: #5C5C5C. Windows color (decimal): -11376331 or 3500370. OLE color: 3500370.

HSL color Cylindrical-coordinate representation of color #526935: hue angle of 86.54º degrees, saturation: 0.33, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #526935 is Cyan = 0.22, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.59.

Color convert

RGB8210553-
CMYK0.2200.500.59
HSL86.54º32.91%30.98%-
HSV(B)86.54º49.52%41.18%-
XYZ9.1712.155.23-
YUV92.2105.88120.73-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 34.17%
GREEN value IS 105 (41.41% from 255) = 43.75%
BLUE value IS 53 (21.09% from 255) = 22.08%
R=34.17%
G=43.75%
B=22.08%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal82105530.2200.500.5986.5432.9130.98
Hex526935160323B57211f
Octal1221516526062731274137
Binary10100101101001110101101100110010111011101011110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526935

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526935; }

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

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

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

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

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

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

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

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