#18414F

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

Shades of Green Vogue #18414F

Tints of Green Vogue #18414F

Color information

#18414F (or 0x18414F) is unknown color: approx Green Vogue. HEX triplet: 18, 41 and 4F. RGB value is (24,65,79). Sum of RGB (Red+Green+Blue) = 24+65+79=168 (22% of max value = 765). Red value is 24 (9.77% from 255 or 14.29% from 168); Green value is 65 (25.78% from 255 or 38.69% from 168); Blue value is 79 (31.25% from 255 or 47.02% from 168); Max value from RGB is 79 - color contains mainly: blue. Hex color #18414F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18414F is #E7BEB0. Grayscale: #363636. Windows color (decimal): -15187633 or 5194008. OLE color: 5194008.

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

Color convert

RGB246579-
CMYK0.700.1800.69
HSL195.27º53.4%20.2%-
HSV(B)195.27º69.62%30.98%-
XYZ3.684.548.08-
YUV54.34141.92106.36-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 14.29%
GREEN value IS 65 (25.78% from 255) = 38.69%
BLUE value IS 79 (31.25% from 255) = 47.02%
R=14.29%
G=38.69%
B=47.02%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2465790.700.1800.69195.2753.420.2
Hex18414F4612045c33514
Octal301011171062201053036524
Binary1100010000011001111100011010010010001011100001111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18414F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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