#18404D

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

Shades of Green Vogue #18404D

Tints of Green Vogue #18404D

Color information

#18404D (or 0x18404D) is unknown color: approx Green Vogue. HEX triplet: 18, 40 and 4D. RGB value is (24,64,77). Sum of RGB (Red+Green+Blue) = 24+64+77=165 (21% of max value = 765). Red value is 24 (9.77% from 255 or 14.55% from 165); Green value is 64 (25.39% from 255 or 38.79% from 165); Blue value is 77 (30.47% from 255 or 46.67% from 165); Max value from RGB is 77 - color contains mainly: blue. Hex color #18404D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18404D is #E7BFB2. Grayscale: #353535. Windows color (decimal): -15187891 or 5062680. OLE color: 5062680.

HSL color Cylindrical-coordinate representation of color #18404D: hue angle of 194.72º 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 #18404D is Cyan = 0.69, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB246477-
CMYK0.690.1700.70
HSL194.72º52.48%19.8%-
HSV(B)194.72º68.83%30.2%-
XYZ3.554.47.68-
YUV53.52141.25106.94-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 14.55%
GREEN value IS 64 (25.39% from 255) = 38.79%
BLUE value IS 77 (30.47% from 255) = 46.67%
R=14.55%
G=38.79%
B=46.67%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal2464770.690.1700.70194.7252.4819.8
Hex18404D4511046c33414
Octal301001151052101063036424
Binary1100010000001001101100010110001010001101100001111010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18404D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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