#12424E

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

Shades of Green Vogue #12424E

Tints of Green Vogue #12424E

Color information

#12424E (or 0x12424E) is unknown color: approx Green Vogue. HEX triplet: 12, 42 and 4E. RGB value is (18,66,78). Sum of RGB (Red+Green+Blue) = 18+66+78=162 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.11% from 162); Green value is 66 (26.17% from 255 or 40.74% from 162); Blue value is 78 (30.86% from 255 or 48.15% from 162); Max value from RGB is 78 - color contains mainly: blue. Hex color #12424E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12424E is #EDBDB1. Grayscale: #343434. Windows color (decimal): -15580594 or 5128722. OLE color: 5128722.

HSL color Cylindrical-coordinate representation of color #12424E: hue angle of 192º degrees, saturation: 0.62, 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 #12424E is Cyan = 0.77, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB186678-
CMYK0.770.1500.69
HSL192º62.5%18.82%-
HSV(B)192º76.92%30.59%-
XYZ3.574.587.9-
YUV53.02142.1103.02-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.11%
GREEN value IS 66 (26.17% from 255) = 40.74%
BLUE value IS 78 (30.86% from 255) = 48.15%
R=11.11%
G=40.74%
B=48.15%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1866780.770.1500.6919262.518.82
Hex12424E4DF045c03e13
Octal221021161151701053007623
Binary100101000010100111010011011111010001011100000011111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12424E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12424E; }

 p { color: rgb(18,66,78); }

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

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

 a { background-color: rgb(18,66,78); }

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

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

 span { border-color: rgb(18,66,78); }

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