#18404F

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

Shades of Green Vogue #18404F

Tints of Green Vogue #18404F

Color information

#18404F (or 0x18404F) is unknown color: approx Green Vogue. HEX triplet: 18, 40 and 4F. RGB value is (24,64,79). Sum of RGB (Red+Green+Blue) = 24+64+79=167 (22% of max value = 765). Red value is 24 (9.77% from 255 or 14.37% from 167); Green value is 64 (25.39% from 255 or 38.32% from 167); Blue value is 79 (31.25% from 255 or 47.31% from 167); Max value from RGB is 79 - color contains mainly: blue. Hex color #18404F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18404F is #E7BFB0. Grayscale: #353535. Windows color (decimal): -15187889 or 5193752. OLE color: 5193752.

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

Color convert

RGB246479-
CMYK0.700.1900.69
HSL196.36º53.4%20.2%-
HSV(B)196.36º69.62%30.98%-
XYZ3.624.438.06-
YUV53.75142.25106.78-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 14.37%
GREEN value IS 64 (25.39% from 255) = 38.32%
BLUE value IS 79 (31.25% from 255) = 47.31%
R=14.37%
G=38.32%
B=47.31%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2464790.700.1900.69196.3653.420.2
Hex18404F4613045c43514
Octal301001171062301053046524
Binary1100010000001001111100011010011010001011100010011010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18404F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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