#507d12

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

Shades of Green Leaf #507D12

Tints of Green Leaf #507D12

Color information

#507D12 (or 0x507D12) is unknown color: approx Green Leaf. HEX triplet: 50, 7D and 12. RGB value is (80,125,18). Sum of RGB (Red+Green+Blue) = 80+125+18=223 (29% of max value = 765). Red value is 80 (31.64% from 255 or 35.87% from 223); Green value is 125 (49.22% from 255 or 56.05% from 223); Blue value is 18 (7.42% from 255 or 8.07% from 223); Max value from RGB is 125 - color contains mainly: green. Hex color #507D12 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #507D12 is #AF82ED. Grayscale: #636363. Windows color (decimal): -11502318 or 1211728. OLE color: 1211728.

HSL color Cylindrical-coordinate representation of color #507D12: hue angle of 85.23º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #507D12 is Cyan = 0.36, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.51.

Color convert

RGB8012518-
CMYK0.3600.860.51
HSL85.23º74.83%28.04%-
HSV(B)85.23º85.6%49.02%-
XYZ10.7516.423.17-
YUV99.3582.09114.2-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 35.87%
GREEN value IS 125 (49.22% from 255) = 56.05%
BLUE value IS 18 (7.42% from 255) = 8.07%
R=35.87%
G=56.05%
B=8.07%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal80125180.3600.860.5185.2374.8328.04
Hex507D122405633554b1c
Octal120175224401266312511334
Binary1010000111110110010100100010101101100111010101100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507d12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #507d12; }

 p { color: rgb(80,125,18); }

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

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

 a { background-color: rgb(80,125,18); }

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

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

 span { border-color: rgb(80,125,18); }

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