#124053

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

Shades of Green Vogue #124053

Tints of Green Vogue #124053

Color information

#124053 (or 0x124053) is unknown color: approx Green Vogue. HEX triplet: 12, 40 and 53. RGB value is (18,64,83). Sum of RGB (Red+Green+Blue) = 18+64+83=165 (21% of max value = 765). Red value is 18 (7.42% from 255 or 10.91% from 165); Green value is 64 (25.39% from 255 or 38.79% from 165); Blue value is 83 (32.81% from 255 or 50.30% from 165); Max value from RGB is 83 - color contains mainly: blue. Hex color #124053 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #124053 is #EDBFAC. Grayscale: #343434. Windows color (decimal): -15581101 or 5455890. OLE color: 5455890.

HSL color Cylindrical-coordinate representation of color #124053: hue angle of 197.54º degrees, saturation: 0.64, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #124053 is Cyan = 0.78, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB186483-
CMYK0.780.2300.67
HSL197.54º64.36%19.8%-
HSV(B)197.54º78.31%32.55%-
XYZ3.644.428.84-
YUV52.41145.26103.46-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.91%
GREEN value IS 64 (25.39% from 255) = 38.79%
BLUE value IS 83 (32.81% from 255) = 50.30%
R=10.91%
G=38.79%
B=50.30%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1864830.780.2300.67197.5464.3619.8
Hex1240534E17043c64014
Octal2210012311627010330610024
Binary10010100000010100111001110101110100001111000110100000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #124053; }

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

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

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

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

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

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

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

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