#18444D

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

Shades of Green Vogue #18444D

Tints of Green Vogue #18444D

Color information

#18444D (or 0x18444D) is unknown color: approx Green Vogue. HEX triplet: 18, 44 and 4D. RGB value is (24,68,77). Sum of RGB (Red+Green+Blue) = 24+68+77=169 (22% of max value = 765). Red value is 24 (9.77% from 255 or 14.20% from 169); Green value is 68 (26.95% from 255 or 40.24% from 169); Blue value is 77 (30.47% from 255 or 45.56% from 169); Max value from RGB is 77 - color contains mainly: blue. Hex color #18444D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18444D is #E7BBB2. Grayscale: #373737. Windows color (decimal): -15186867 or 5063704. OLE color: 5063704.

HSL color Cylindrical-coordinate representation of color #18444D: hue angle of 190.19º degrees, saturation: 0.52, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #18444D is Cyan = 0.69, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB246877-
CMYK0.690.1200.70
HSL190.19º52.48%19.8%-
HSV(B)190.19º68.83%30.2%-
XYZ3.784.867.76-
YUV55.87139.92105.27-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 14.20%
GREEN value IS 68 (26.95% from 255) = 40.24%
BLUE value IS 77 (30.47% from 255) = 45.56%
R=14.20%
G=40.24%
B=45.56%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal2468770.690.1200.70190.1952.4819.8
Hex18444D45C046be3414
Octal301041151051401062766424
Binary110001000100100110110001011100010001101011111011010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18444D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18444D; }

 p { color: rgb(24,68,77); }

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

<style>
 a { background-color: #18444D; }

 a { background-color: rgb(24,68,77); }

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

<style>
 span { border-color: #18444D; }

 span { border-color: rgb(24,68,77); }

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