#123F4D

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

Shades of Green Vogue #123F4D

Tints of Green Vogue #123F4D

Color information

#123F4D (or 0x123F4D) is unknown color: approx Green Vogue. HEX triplet: 12, 3F and 4D. RGB value is (18,63,77). Sum of RGB (Red+Green+Blue) = 18+63+77=158 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.39% from 158); Green value is 63 (25% from 255 or 39.87% from 158); Blue value is 77 (30.47% from 255 or 48.73% from 158); Max value from RGB is 77 - color contains mainly: blue. Hex color #123F4D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123F4D is #EDC0B2. Grayscale: #333333. Windows color (decimal): -15581363 or 5062418. OLE color: 5062418.

HSL color Cylindrical-coordinate representation of color #123F4D: hue angle of 194.24º degrees, saturation: 0.62, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #123F4D is Cyan = 0.77, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB186377-
CMYK0.770.1800.70
HSL194.24º62.11%18.63%-
HSV(B)194.24º76.62%30.2%-
XYZ3.374.227.66-
YUV51.14142.59104.36-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.39%
GREEN value IS 63 (25% from 255) = 39.87%
BLUE value IS 77 (30.47% from 255) = 48.73%
R=11.39%
G=39.87%
B=48.73%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal1863770.770.1800.70194.2462.1118.63
Hex123F4D4D12046c23e13
Octal22771151152201063027623
Binary100101111111001101100110110010010001101100001011111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123F4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,63,77); }

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

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

 a { background-color: rgb(18,63,77); }

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

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

 span { border-color: rgb(18,63,77); }

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