#18404C

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

Shades of Green Vogue #18404C

Tints of Green Vogue #18404C

Color information

#18404C (or 0x18404C) is unknown color: approx Green Vogue. HEX triplet: 18, 40 and 4C. RGB value is (24,64,76). Sum of RGB (Red+Green+Blue) = 24+64+76=164 (21% of max value = 765). Red value is 24 (9.77% from 255 or 14.63% from 164); Green value is 64 (25.39% from 255 or 39.02% from 164); Blue value is 76 (30.08% from 255 or 46.34% from 164); Max value from RGB is 76 - color contains mainly: blue. Hex color #18404C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18404C is #E7BFB3. Grayscale: #353535. Windows color (decimal): -15187892 or 4997144. OLE color: 4997144.

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

Color convert

RGB246476-
CMYK0.680.1600.70
HSL193.85º52%19.61%-
HSV(B)193.85º68.42%29.8%-
XYZ3.514.387.5-
YUV53.41140.75107.02-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 14.63%
GREEN value IS 64 (25.39% from 255) = 39.02%
BLUE value IS 76 (30.08% from 255) = 46.34%
R=14.63%
G=39.02%
B=46.34%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal2464760.680.1600.70193.855219.61
Hex18404C4410046c23414
Octal301001141042001063026424
Binary1100010000001001100100010010000010001101100001011010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18404C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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