#124150

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

Shades of Green Vogue #124150

Tints of Green Vogue #124150

Color information

#124150 (or 0x124150) is unknown color: approx Green Vogue. HEX triplet: 12, 41 and 50. RGB value is (18,65,80). Sum of RGB (Red+Green+Blue) = 18+65+80=163 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.04% from 163); Green value is 65 (25.78% from 255 or 39.88% from 163); Blue value is 80 (31.64% from 255 or 49.08% from 163); Max value from RGB is 80 - color contains mainly: blue. Hex color #124150 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #124150 is #EDBEAF. Grayscale: #343434. Windows color (decimal): -15580848 or 5259538. OLE color: 5259538.

HSL color Cylindrical-coordinate representation of color #124150: hue angle of 194.52º degrees, saturation: 0.63, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #124150 is Cyan = 0.78, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB186580-
CMYK0.780.1900.69
HSL194.52º63.27%19.22%-
HSV(B)194.52º77.5%31.37%-
XYZ3.594.498.27-
YUV52.66143.43103.28-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.04%
GREEN value IS 65 (25.78% from 255) = 39.88%
BLUE value IS 80 (31.64% from 255) = 49.08%
R=11.04%
G=39.88%
B=49.08%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1865800.780.1900.69194.5263.2719.22
Hex1241504E13045c33f13
Octal221011201162301053037723
Binary1001010000011010000100111010011010001011100001111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #124150; }

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

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

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

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

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

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

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

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