#527231

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

Shades of Green Leaf #527231

Tints of Green Leaf #527231

Color information

#527231 (or 0x527231) is unknown color: approx Green Leaf. HEX triplet: 52, 72 and 31. RGB value is (82,114,49). Sum of RGB (Red+Green+Blue) = 82+114+49=245 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.47% from 245); Green value is 114 (44.92% from 255 or 46.53% from 245); Blue value is 49 (19.53% from 255 or 20% from 245); Max value from RGB is 114 - color contains mainly: green. Hex color #527231 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #527231 is #AD8DCE. Grayscale: #616161. Windows color (decimal): -11374031 or 3240530. OLE color: 3240530.

HSL color Cylindrical-coordinate representation of color #527231: hue angle of 89.54º 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 #527231 is Cyan = 0.28, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.55.

Color convert

RGB8211449-
CMYK0.2800.570.55
HSL89.54º39.88%31.96%-
HSV(B)89.54º57.02%44.71%-
XYZ10.0514.055.09-
YUV97.02100.9117.29-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 33.47%
GREEN value IS 114 (44.92% from 255) = 46.53%
BLUE value IS 49 (19.53% from 255) = 20%
R=33.47%
G=46.53%
B=20%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal82114490.2800.570.5589.5439.8831.96
Hex5272311C039375a2820
Octal1221626134071671325040
Binary101001011100101100011110001110011101111011010101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527231

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #527231; }

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

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

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

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

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

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

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

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