#527214

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

Shades of Green Leaf #527214

Tints of Green Leaf #527214

Color information

#527214 (or 0x527214) is unknown color: approx Green Leaf. HEX triplet: 52, 72 and 14. RGB value is (82,114,20). Sum of RGB (Red+Green+Blue) = 82+114+20=216 (28% of max value = 765). Red value is 82 (32.42% from 255 or 37.96% from 216); Green value is 114 (44.92% from 255 or 52.78% from 216); Blue value is 20 (8.20% from 255 or 9.26% from 216); Max value from RGB is 114 - color contains mainly: green. Hex color #527214 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #527214 is #AD8DEB. Grayscale: #5E5E5E. Windows color (decimal): -11374060 or 1339986. OLE color: 1339986.

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

Color convert

RGB8211420-
CMYK0.2800.820.55
HSL80.43º70.15%26.27%-
HSV(B)80.43º82.46%44.71%-
XYZ9.6213.882.83-
YUV93.7286.4119.64-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 37.96%
GREEN value IS 114 (44.92% from 255) = 52.78%
BLUE value IS 20 (8.20% from 255) = 9.26%
R=37.96%
G=52.78%
B=9.26%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal82114200.2800.820.5580.4370.1526.27
Hex5272141C0523750461a
Octal122162243401226712010632
Binary101001011100101010011100010100101101111010000100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #527214; }

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

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

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

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

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

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

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

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