#123C4E

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

Shades of Green Vogue #123C4E

Tints of Green Vogue #123C4E

Color information

#123C4E (or 0x123C4E) is unknown color: approx Green Vogue. HEX triplet: 12, 3C and 4E. RGB value is (18,60,78). Sum of RGB (Red+Green+Blue) = 18+60+78=156 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.54% from 156); Green value is 60 (23.83% from 255 or 38.46% from 156); Blue value is 78 (30.86% from 255 or 50% from 156); Max value from RGB is 78 - color contains mainly: blue. Hex color #123C4E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123C4E is #EDC3B1. Grayscale: #313131. Windows color (decimal): -15582130 or 5127186. OLE color: 5127186.

HSL color Cylindrical-coordinate representation of color #123C4E: hue angle of 198º 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 #123C4E is Cyan = 0.77, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB186078-
CMYK0.770.2300.69
HSL198º62.5%18.82%-
HSV(B)198º76.92%30.59%-
XYZ3.243.917.79-
YUV49.49144.09105.54-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.54%
GREEN value IS 60 (23.83% from 255) = 38.46%
BLUE value IS 78 (30.86% from 255) = 50%
R=11.54%
G=38.46%
B=50%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1860780.770.2300.6919862.518.82
Hex123C4E4D17045c63e13
Octal22741161152701053067623
Binary100101111001001110100110110111010001011100011011111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123C4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #123C4E; }

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

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

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

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

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

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

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

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