#123B4C

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

Shades of Green Vogue #123B4C

Tints of Green Vogue #123B4C

Color information

#123B4C (or 0x123B4C) is unknown color: approx Green Vogue. HEX triplet: 12, 3B and 4C. RGB value is (18,59,76). Sum of RGB (Red+Green+Blue) = 18+59+76=153 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.76% from 153); Green value is 59 (23.44% from 255 or 38.56% from 153); Blue value is 76 (30.08% from 255 or 49.67% from 153); Max value from RGB is 76 - color contains mainly: blue. Hex color #123B4C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123B4C is #EDC4B3. Grayscale: #303030. Windows color (decimal): -15582388 or 4995858. OLE color: 4995858.

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

Color convert

RGB185976-
CMYK0.760.2200.70
HSL197.59º61.7%18.43%-
HSV(B)197.59º76.32%29.8%-
XYZ3.123.787.4-
YUV48.68143.42106.12-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.76%
GREEN value IS 59 (23.44% from 255) = 38.56%
BLUE value IS 76 (30.08% from 255) = 49.67%
R=11.76%
G=38.56%
B=49.67%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal1859760.760.2200.70197.5961.718.43
Hex123B4C4C16046c63e12
Octal22731141142601063067622
Binary100101110111001100100110010110010001101100011011111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123B4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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