#123e4d

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

Shades of Green Vogue #123E4D

Tints of Green Vogue #123E4D

Color information

#123E4D (or 0x123E4D) is unknown color: approx Green Vogue. HEX triplet: 12, 3E and 4D. RGB value is (18,62,77). Sum of RGB (Red+Green+Blue) = 18+62+77=157 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.46% from 157); Green value is 62 (24.61% from 255 or 39.49% from 157); Blue value is 77 (30.47% from 255 or 49.04% from 157); Max value from RGB is 77 - color contains mainly: blue. Hex color #123E4D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123E4D is #EDC1B2. Grayscale: #323232. Windows color (decimal): -15581619 or 5062162. OLE color: 5062162.

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

Color convert

RGB186277-
CMYK0.770.1900.70
HSL195.25º62.11%18.63%-
HSV(B)195.25º76.62%30.2%-
XYZ3.314.117.64-
YUV50.55142.92104.78-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.46%
GREEN value IS 62 (24.61% from 255) = 39.49%
BLUE value IS 77 (30.47% from 255) = 49.04%
R=11.46%
G=39.49%
B=49.04%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal1862770.770.1900.70195.2562.1118.63
Hex123E4D4D13046c33e13
Octal22761151152301063037623
Binary100101111101001101100110110011010001101100001111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123e4d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,62,77); }

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

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

 a { background-color: rgb(18,62,77); }

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

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

 span { border-color: rgb(18,62,77); }

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