#527331

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

Shades of Green Leaf #527331

Tints of Green Leaf #527331

Color information

#527331 (or 0x527331) is unknown color: approx Green Leaf. HEX triplet: 52, 73 and 31. RGB value is (82,115,49). Sum of RGB (Red+Green+Blue) = 82+115+49=246 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.33% from 246); Green value is 115 (45.31% from 255 or 46.75% from 246); Blue value is 49 (19.53% from 255 or 19.92% from 246); Max value from RGB is 115 - color contains mainly: green. Hex color #527331 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #527331 is #AD8CCE. Grayscale: #616161. Windows color (decimal): -11373775 or 3240786. OLE color: 3240786.

HSL color Cylindrical-coordinate representation of color #527331: hue angle of 90º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #527331 is Cyan = 0.29, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.55.

Color convert

RGB8211549-
CMYK0.2900.570.55
HSL90º40.24%32.16%-
HSV(B)90º57.39%45.1%-
XYZ10.1614.285.13-
YUV97.61100.57116.87-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 33.33%
GREEN value IS 115 (45.31% from 255) = 46.75%
BLUE value IS 49 (19.53% from 255) = 19.92%
R=33.33%
G=46.75%
B=19.92%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal82115490.2900.570.559040.2432.16
Hex5273311D039375a2820
Octal1221636135071671325040
Binary101001011100111100011110101110011101111011010101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527331

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #527331; }

 p { color: rgb(82,115,49); }

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

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

 a { background-color: rgb(82,115,49); }

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

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

 span { border-color: rgb(82,115,49); }

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