#526923

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

Shades of Green Leaf #526923

Tints of Green Leaf #526923

Color information

#526923 (or 0x526923) is unknown color: approx Green Leaf. HEX triplet: 52, 69 and 23. RGB value is (82,105,35). Sum of RGB (Red+Green+Blue) = 82+105+35=222 (29% of max value = 765). Red value is 82 (32.42% from 255 or 36.94% from 222); Green value is 105 (41.41% from 255 or 47.30% from 222); Blue value is 35 (14.06% from 255 or 15.77% from 222); Max value from RGB is 105 - color contains mainly: green. Hex color #526923 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #526923 is #AD96DC. Grayscale: #5A5A5A. Windows color (decimal): -11376349 or 2320722. OLE color: 2320722.

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

Color convert

RGB8210535-
CMYK0.2200.670.59
HSL79.71º50%27.45%-
HSV(B)79.71º66.67%41.18%-
XYZ8.8312.023.44-
YUV90.1496.88122.19-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 36.94%
GREEN value IS 105 (41.41% from 255) = 47.30%
BLUE value IS 35 (14.06% from 255) = 15.77%
R=36.94%
G=47.30%
B=15.77%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal82105350.2200.670.5979.715027.45
Hex526923160433B50321b
Octal12215143260103731206233
Binary101001011010011000111011001000011111011101000011001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526923

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526923; }

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

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

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

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

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

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

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

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