#123C4C

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

Shades of Green Vogue #123C4C

Tints of Green Vogue #123C4C

Color information

#123C4C (or 0x123C4C) is unknown color: approx Green Vogue. HEX triplet: 12, 3C and 4C. RGB value is (18,60,76). Sum of RGB (Red+Green+Blue) = 18+60+76=154 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.69% from 154); Green value is 60 (23.83% from 255 or 38.96% from 154); Blue value is 76 (30.08% from 255 or 49.35% from 154); Max value from RGB is 76 - color contains mainly: blue. Hex color #123C4C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123C4C is #EDC3B3. Grayscale: #313131. Windows color (decimal): -15582132 or 4996114. OLE color: 4996114.

HSL color Cylindrical-coordinate representation of color #123C4C: hue angle of 196.55º 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 #123C4C is Cyan = 0.76, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB186076-
CMYK0.760.2100.70
HSL196.55º61.7%18.43%-
HSV(B)196.55º76.32%29.8%-
XYZ3.173.887.42-
YUV49.27143.09105.7-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.69%
GREEN value IS 60 (23.83% from 255) = 38.96%
BLUE value IS 76 (30.08% from 255) = 49.35%
R=11.69%
G=38.96%
B=49.35%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal1860760.760.2100.70196.5561.718.43
Hex123C4C4C15046c53e12
Octal22741141142501063057622
Binary100101111001001100100110010101010001101100010111111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123C4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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