#527623

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

Shades of Green Leaf #527623

Tints of Green Leaf #527623

Color information

#527623 (or 0x527623) is unknown color: approx Green Leaf. HEX triplet: 52, 76 and 23. RGB value is (82,118,35). Sum of RGB (Red+Green+Blue) = 82+118+35=235 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.89% from 235); Green value is 118 (46.48% from 255 or 50.21% from 235); Blue value is 35 (14.06% from 255 or 14.89% from 235); Max value from RGB is 118 - color contains mainly: green. Hex color #527623 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #527623 is #AD89DC. Grayscale: #626262. Windows color (decimal): -11373021 or 2324050. OLE color: 2324050.

HSL color Cylindrical-coordinate representation of color #527623: hue angle of 86.02º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #527623 is Cyan = 0.31, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.54.

Color convert

RGB8211835-
CMYK0.3100.700.54
HSL86.02º54.25%30%-
HSV(B)86.02º70.34%46.27%-
XYZ10.2614.873.92-
YUV97.7792.57116.75-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 34.89%
GREEN value IS 118 (46.48% from 255) = 50.21%
BLUE value IS 35 (14.06% from 255) = 14.89%
R=34.89%
G=50.21%
B=14.89%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal82118350.3100.700.5486.0254.2530
Hex5276231F0463656361e
Octal12216643370106661266636
Binary101001011101101000111111101000110110110101011011011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527623

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #527623; }

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

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

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

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

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

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

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

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