#123C51

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

Shades of Green Vogue #123C51

Tints of Green Vogue #123C51

Color information

#123C51 (or 0x123C51) is unknown color: approx Green Vogue. HEX triplet: 12, 3C and 51. RGB value is (18,60,81). Sum of RGB (Red+Green+Blue) = 18+60+81=159 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.32% from 159); Green value is 60 (23.83% from 255 or 37.74% from 159); Blue value is 81 (32.03% from 255 or 50.94% from 159); Max value from RGB is 81 - color contains mainly: blue. Hex color #123C51 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123C51 is #EDC3AE. Grayscale: #313131. Windows color (decimal): -15582127 or 5323794. OLE color: 5323794.

HSL color Cylindrical-coordinate representation of color #123C51: hue angle of 200º degrees, saturation: 0.64, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #123C51 is Cyan = 0.78, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB186081-
CMYK0.780.2600.68
HSL200º63.64%19.41%-
HSV(B)200º77.78%31.76%-
XYZ3.353.958.37-
YUV49.84145.59105.29-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.32%
GREEN value IS 60 (23.83% from 255) = 37.74%
BLUE value IS 81 (32.03% from 255) = 50.94%
R=11.32%
G=37.74%
B=50.94%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal1860810.780.2600.6820063.6419.41
Hex123C514E1A044c84013
Octal227412111632010431010023
Binary1001011110010100011001110110100100010011001000100000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123C51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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