#124051

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

Shades of Green Vogue #124051

Tints of Green Vogue #124051

Color information

#124051 (or 0x124051) is unknown color: approx Green Vogue. HEX triplet: 12, 40 and 51. RGB value is (18,64,81). Sum of RGB (Red+Green+Blue) = 18+64+81=163 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.04% from 163); Green value is 64 (25.39% from 255 or 39.26% from 163); Blue value is 81 (32.03% from 255 or 49.69% from 163); Max value from RGB is 81 - color contains mainly: blue. Hex color #124051 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #124051 is #EDBFAE. Grayscale: #343434. Windows color (decimal): -15581103 or 5324818. OLE color: 5324818.

HSL color Cylindrical-coordinate representation of color #124051: hue angle of 196.19º degrees, saturation: 0.64, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #124051 is Cyan = 0.78, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB186481-
CMYK0.780.2100.68
HSL196.19º63.64%19.41%-
HSV(B)196.19º77.78%31.76%-
XYZ3.574.398.44-
YUV52.18144.26103.62-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.04%
GREEN value IS 64 (25.39% from 255) = 39.26%
BLUE value IS 81 (32.03% from 255) = 49.69%
R=11.04%
G=39.26%
B=49.69%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal1864810.780.2100.68196.1963.6419.41
Hex1240514E15044c44013
Octal2210012111625010430410023
Binary10010100000010100011001110101010100010011000100100000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #124051; }

 p { color: rgb(18,64,81); }

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

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

 a { background-color: rgb(18,64,81); }

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

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

 span { border-color: rgb(18,64,81); }

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