#18404E

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

Shades of Green Vogue #18404E

Tints of Green Vogue #18404E

Color information

#18404E (or 0x18404E) is unknown color: approx Green Vogue. HEX triplet: 18, 40 and 4E. RGB value is (24,64,78). Sum of RGB (Red+Green+Blue) = 24+64+78=166 (21% of max value = 765). Red value is 24 (9.77% from 255 or 14.46% from 166); Green value is 64 (25.39% from 255 or 38.55% from 166); Blue value is 78 (30.86% from 255 or 46.99% from 166); Max value from RGB is 78 - color contains mainly: blue. Hex color #18404E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18404E is #E7BFB1. Grayscale: #353535. Windows color (decimal): -15187890 or 5128216. OLE color: 5128216.

HSL color Cylindrical-coordinate representation of color #18404E: hue angle of 195.56º degrees, saturation: 0.53, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #18404E is Cyan = 0.69, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB246478-
CMYK0.690.1800.69
HSL195.56º52.94%20%-
HSV(B)195.56º69.23%30.59%-
XYZ3.594.417.87-
YUV53.64141.75106.86-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 14.46%
GREEN value IS 64 (25.39% from 255) = 38.55%
BLUE value IS 78 (30.86% from 255) = 46.99%
R=14.46%
G=38.55%
B=46.99%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2464780.690.1800.69195.5652.9420
Hex18404E4512045c43514
Octal301001161052201053046524
Binary1100010000001001110100010110010010001011100010011010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18404E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18404E; }

 p { color: rgb(24,64,78); }

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

<style>
 a { background-color: #18404E; }

 a { background-color: rgb(24,64,78); }

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

<style>
 span { border-color: #18404E; }

 span { border-color: rgb(24,64,78); }

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