#18454E

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

Shades of Green Vogue #18454E

Tints of Green Vogue #18454E

Color information

#18454E (or 0x18454E) is unknown color: approx Green Vogue. HEX triplet: 18, 45 and 4E. RGB value is (24,69,78). Sum of RGB (Red+Green+Blue) = 24+69+78=171 (22% of max value = 765). Red value is 24 (9.77% from 255 or 14.04% from 171); Green value is 69 (27.34% from 255 or 40.35% from 171); Blue value is 78 (30.86% from 255 or 45.61% from 171); Max value from RGB is 78 - color contains mainly: blue. Hex color #18454E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18454E is #E7BAB1. Grayscale: #383838. Windows color (decimal): -15186610 or 5129496. OLE color: 5129496.

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

Color convert

RGB246978-
CMYK0.690.1200.69
HSL190º52.94%20%-
HSV(B)190º69.23%30.59%-
XYZ3.8857.97-
YUV56.57140.09104.77-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 14.04%
GREEN value IS 69 (27.34% from 255) = 40.35%
BLUE value IS 78 (30.86% from 255) = 45.61%
R=14.04%
G=40.35%
B=45.61%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2469780.690.1200.6919052.9420
Hex18454E45C045be3514
Octal301051161051401052766524
Binary110001000101100111010001011100010001011011111011010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18454E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18454E; }

 p { color: rgb(24,69,78); }

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

<style>
 a { background-color: #18454E; }

 a { background-color: rgb(24,69,78); }

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

<style>
 span { border-color: #18454E; }

 span { border-color: rgb(24,69,78); }

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