#123D4E

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

Shades of Green Vogue #123D4E

Tints of Green Vogue #123D4E

Color information

#123D4E (or 0x123D4E) is unknown color: approx Green Vogue. HEX triplet: 12, 3D and 4E. RGB value is (18,61,78). Sum of RGB (Red+Green+Blue) = 18+61+78=157 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.46% from 157); Green value is 61 (24.22% from 255 or 38.85% from 157); Blue value is 78 (30.86% from 255 or 49.68% from 157); Max value from RGB is 78 - color contains mainly: blue. Hex color #123D4E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123D4E is #EDC2B1. Grayscale: #313131. Windows color (decimal): -15581874 or 5127442. OLE color: 5127442.

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

Color convert

RGB186178-
CMYK0.770.2200.69
HSL197º62.5%18.82%-
HSV(B)197º76.92%30.59%-
XYZ3.294.027.81-
YUV50.08143.75105.12-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.46%
GREEN value IS 61 (24.22% from 255) = 38.85%
BLUE value IS 78 (30.86% from 255) = 49.68%
R=11.46%
G=38.85%
B=49.68%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1861780.770.2200.6919762.518.82
Hex123D4E4D16045c53e13
Octal22751161152601053057623
Binary100101111011001110100110110110010001011100010111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123D4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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