#123B50

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

Shades of Green Vogue #123B50

Tints of Green Vogue #123B50

Color information

#123B50 (or 0x123B50) is unknown color: approx Green Vogue. HEX triplet: 12, 3B and 50. RGB value is (18,59,80). Sum of RGB (Red+Green+Blue) = 18+59+80=157 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.46% from 157); Green value is 59 (23.44% from 255 or 37.58% from 157); Blue value is 80 (31.64% from 255 or 50.96% from 157); Max value from RGB is 80 - color contains mainly: blue. Hex color #123B50 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123B50 is #EDC4AF. Grayscale: #313131. Windows color (decimal): -15582384 or 5258002. OLE color: 5258002.

HSL color Cylindrical-coordinate representation of color #123B50: hue angle of 200.32º degrees, saturation: 0.63, 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 #123B50 is Cyan = 0.78, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB185980-
CMYK0.780.2600.69
HSL200.32º63.27%19.22%-
HSV(B)200.32º77.5%31.37%-
XYZ3.263.848.16-
YUV49.13145.42105.79-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.46%
GREEN value IS 59 (23.44% from 255) = 37.58%
BLUE value IS 80 (31.64% from 255) = 50.96%
R=11.46%
G=37.58%
B=50.96%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1859800.780.2600.69200.3263.2719.22
Hex123B504E1A045c83f13
Octal22731201163201053107723
Binary100101110111010000100111011010010001011100100011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123B50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,59,80); }

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

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

 a { background-color: rgb(18,59,80); }

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

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

 span { border-color: rgb(18,59,80); }

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