#18424D

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

Shades of Green Vogue #18424D

Tints of Green Vogue #18424D

Color information

#18424D (or 0x18424D) is unknown color: approx Green Vogue. HEX triplet: 18, 42 and 4D. RGB value is (24,66,77). Sum of RGB (Red+Green+Blue) = 24+66+77=167 (22% of max value = 765). Red value is 24 (9.77% from 255 or 14.37% from 167); Green value is 66 (26.17% from 255 or 39.52% from 167); Blue value is 77 (30.47% from 255 or 46.11% from 167); Max value from RGB is 77 - color contains mainly: blue. Hex color #18424D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18424D is #E7BDB2. Grayscale: #363636. Windows color (decimal): -15187379 or 5063192. OLE color: 5063192.

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

Color convert

RGB246677-
CMYK0.690.1400.70
HSL192.45º52.48%19.8%-
HSV(B)192.45º68.83%30.2%-
XYZ3.664.637.72-
YUV54.7140.59106.11-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 14.37%
GREEN value IS 66 (26.17% from 255) = 39.52%
BLUE value IS 77 (30.47% from 255) = 46.11%
R=14.37%
G=39.52%
B=46.11%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal2466770.690.1400.70192.4552.4819.8
Hex18424D45E046c03414
Octal301021151051601063006424
Binary110001000010100110110001011110010001101100000011010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18424D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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