#507214

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

Shades of Green Leaf #507214

Tints of Green Leaf #507214

Color information

#507214 (or 0x507214) is unknown color: approx Green Leaf. HEX triplet: 50, 72 and 14. RGB value is (80,114,20). Sum of RGB (Red+Green+Blue) = 80+114+20=214 (28% of max value = 765). Red value is 80 (31.64% from 255 or 37.38% from 214); Green value is 114 (44.92% from 255 or 53.27% from 214); Blue value is 20 (8.20% from 255 or 9.35% from 214); Max value from RGB is 114 - color contains mainly: green. Hex color #507214 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #507214 is #AF8DEB. Grayscale: #5D5D5D. Windows color (decimal): -11505132 or 1339984. OLE color: 1339984.

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

Color convert

RGB8011420-
CMYK0.3000.820.55
HSL81.7º70.15%26.27%-
HSV(B)81.7º82.46%44.71%-
XYZ9.4513.792.83-
YUV93.1286.74118.64-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 37.38%
GREEN value IS 114 (44.92% from 255) = 53.27%
BLUE value IS 20 (8.20% from 255) = 9.35%
R=37.38%
G=53.27%
B=9.35%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal80114200.3000.820.5581.770.1526.27
Hex5072141E0523752461a
Octal120162243601226712210632
Binary101000011100101010011110010100101101111010010100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #507214; }

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

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

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

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

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

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

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

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