#526833

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

Shades of Green Leaf #526833

Tints of Green Leaf #526833

Color information

#526833 (or 0x526833) is unknown color: approx Green Leaf. HEX triplet: 52, 68 and 33. RGB value is (82,104,51). Sum of RGB (Red+Green+Blue) = 82+104+51=237 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.60% from 237); Green value is 104 (41.02% from 255 or 43.88% from 237); Blue value is 51 (20.31% from 255 or 21.52% from 237); Max value from RGB is 104 - color contains mainly: green. Hex color #526833 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #526833 is #AD97CC. Grayscale: #5B5B5B. Windows color (decimal): -11376589 or 3369042. OLE color: 3369042.

HSL color Cylindrical-coordinate representation of color #526833: hue angle of 84.91º degrees, saturation: 0.34, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #526833 is Cyan = 0.21, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.59.

Color convert

RGB8210451-
CMYK0.2100.510.59
HSL84.91º34.19%30.39%-
HSV(B)84.91º50.96%40.78%-
XYZ9.0311.934.96-
YUV91.38105.21121.31-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 34.60%
GREEN value IS 104 (41.02% from 255) = 43.88%
BLUE value IS 51 (20.31% from 255) = 21.52%
R=34.60%
G=43.88%
B=21.52%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal82104510.2100.510.5984.9134.1930.39
Hex526833150333B55221e
Octal1221506325063731254236
Binary10100101101000110011101010110011111011101010110001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526833

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526833; }

 p { color: rgb(82,104,51); }

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

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

 a { background-color: rgb(82,104,51); }

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

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

 span { border-color: rgb(82,104,51); }

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