#123C49

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

Shades of Green Vogue #123C49

Tints of Green Vogue #123C49

Color information

#123C49 (or 0x123C49) is unknown color: approx Green Vogue. HEX triplet: 12, 3C and 49. RGB value is (18,60,73). Sum of RGB (Red+Green+Blue) = 18+60+73=151 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.92% from 151); Green value is 60 (23.83% from 255 or 39.74% from 151); Blue value is 73 (28.91% from 255 or 48.34% from 151); Max value from RGB is 73 - color contains mainly: blue. Hex color #123C49 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123C49 is #EDC3B6. Grayscale: #303030. Windows color (decimal): -15582135 or 4799506. OLE color: 4799506.

HSL color Cylindrical-coordinate representation of color #123C49: hue angle of 194.18º degrees, saturation: 0.6, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #123C49 is Cyan = 0.75, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB186073-
CMYK0.750.1800.71
HSL194.18º60.44%17.84%-
HSV(B)194.18º75.34%28.63%-
XYZ3.073.846.88-
YUV48.92141.59105.94-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.92%
GREEN value IS 60 (23.83% from 255) = 39.74%
BLUE value IS 73 (28.91% from 255) = 48.34%
R=11.92%
G=39.74%
B=48.34%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1860730.750.1800.71194.1860.4417.84
Hex123C494B12047c23c12
Octal22741111132201073027422
Binary100101111001001001100101110010010001111100001011110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123C49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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