#527026

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

Shades of Green Leaf #527026

Tints of Green Leaf #527026

Color information

#527026 (or 0x527026) is unknown color: approx Green Leaf. HEX triplet: 52, 70 and 26. RGB value is (82,112,38). Sum of RGB (Red+Green+Blue) = 82+112+38=232 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.34% from 232); Green value is 112 (44.14% from 255 or 48.28% from 232); Blue value is 38 (15.23% from 255 or 16.38% from 232); Max value from RGB is 112 - color contains mainly: green. Hex color #527026 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #527026 is #AD8FD9. Grayscale: #5E5E5E. Windows color (decimal): -11374554 or 2519122. OLE color: 2519122.

HSL color Cylindrical-coordinate representation of color #527026: hue angle of 84.32º degrees, saturation: 0.49, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #527026 is Cyan = 0.27, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.56.

Color convert

RGB8211238-
CMYK0.2700.660.56
HSL84.32º49.33%29.41%-
HSV(B)84.32º66.07%43.92%-
XYZ9.6213.523.94-
YUV94.5996.06119.02-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 35.34%
GREEN value IS 112 (44.14% from 255) = 48.28%
BLUE value IS 38 (15.23% from 255) = 16.38%
R=35.34%
G=48.28%
B=16.38%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal82112380.2700.660.5684.3249.3329.41
Hex5270261B0423854311d
Octal12216046330102701246135
Binary101001011100001001101101101000010111000101010011000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #527026; }

 p { color: rgb(82,112,38); }

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

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

 a { background-color: rgb(82,112,38); }

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

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

 span { border-color: rgb(82,112,38); }

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