#527228

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

Shades of Green Leaf #527228

Tints of Green Leaf #527228

Color information

#527228 (or 0x527228) is unknown color: approx Green Leaf. HEX triplet: 52, 72 and 28. RGB value is (82,114,40). Sum of RGB (Red+Green+Blue) = 82+114+40=236 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.75% from 236); Green value is 114 (44.92% from 255 or 48.31% from 236); Blue value is 40 (16.02% from 255 or 16.95% from 236); Max value from RGB is 114 - color contains mainly: green. Hex color #527228 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #527228 is #AD8DD7. Grayscale: #606060. Windows color (decimal): -11374040 or 2650706. OLE color: 2650706.

HSL color Cylindrical-coordinate representation of color #527228: hue angle of 85.95º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #527228 is Cyan = 0.28, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.55.

Color convert

RGB8211440-
CMYK0.2800.650.55
HSL85.95º48.05%30.2%-
HSV(B)85.95º64.91%44.71%-
XYZ9.8813.984.19-
YUV9696.4118.02-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 34.75%
GREEN value IS 114 (44.92% from 255) = 48.31%
BLUE value IS 40 (16.02% from 255) = 16.95%
R=34.75%
G=48.31%
B=16.95%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal82114400.2800.650.5585.9548.0530.2
Hex5272281C0413756301e
Octal12216250340101671266036
Binary101001011100101010001110001000001110111101011011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #527228; }

 p { color: rgb(82,114,40); }

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

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

 a { background-color: rgb(82,114,40); }

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

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

 span { border-color: rgb(82,114,40); }

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