#184450

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

Shades of Green Vogue #184450

Tints of Green Vogue #184450

Color information

#184450 (or 0x184450) is unknown color: approx Green Vogue. HEX triplet: 18, 44 and 50. RGB value is (24,68,80). Sum of RGB (Red+Green+Blue) = 24+68+80=172 (22% of max value = 765). Red value is 24 (9.77% from 255 or 13.95% from 172); Green value is 68 (26.95% from 255 or 39.53% from 172); Blue value is 80 (31.64% from 255 or 46.51% from 172); Max value from RGB is 80 - color contains mainly: blue. Hex color #184450 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #184450 is #E7BBAF. Grayscale: #383838. Windows color (decimal): -15186864 or 5260312. OLE color: 5260312.

HSL color Cylindrical-coordinate representation of color #184450: hue angle of 192.86º degrees, saturation: 0.54, 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 #184450 is Cyan = 0.70, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB246880-
CMYK0.700.1500.69
HSL192.86º53.85%20.39%-
HSV(B)192.86º70%31.37%-
XYZ3.894.918.33-
YUV56.21141.42105.02-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 13.95%
GREEN value IS 68 (26.95% from 255) = 39.53%
BLUE value IS 80 (31.64% from 255) = 46.51%
R=13.95%
G=39.53%
B=46.51%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2468800.700.1500.69192.8653.8520.39
Hex18445046F045c13614
Octal301041201061701053016624
Binary110001000100101000010001101111010001011100000111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #184450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #184450; }

 p { color: rgb(24,68,80); }

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

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

 a { background-color: rgb(24,68,80); }

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

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

 span { border-color: rgb(24,68,80); }

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