#15404F

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

Shades of Green Vogue #15404F

Tints of Green Vogue #15404F

Color information

#15404F (or 0x15404F) is unknown color: approx Green Vogue. HEX triplet: 15, 40 and 4F. RGB value is (21,64,79). Sum of RGB (Red+Green+Blue) = 21+64+79=164 (21% of max value = 765). Red value is 21 (8.59% from 255 or 12.80% from 164); Green value is 64 (25.39% from 255 or 39.02% from 164); Blue value is 79 (31.25% from 255 or 48.17% from 164); Max value from RGB is 79 - color contains mainly: blue. Hex color #15404F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15404F is #EABFB0. Grayscale: #343434. Windows color (decimal): -15384497 or 5193749. OLE color: 5193749.

HSL color Cylindrical-coordinate representation of color #15404F: hue angle of 195.52º degrees, saturation: 0.58, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #15404F is Cyan = 0.73, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB216479-
CMYK0.730.1900.69
HSL195.52º58%19.61%-
HSV(B)195.52º73.42%30.98%-
XYZ3.554.398.06-
YUV52.85142.75105.28-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 12.80%
GREEN value IS 64 (25.39% from 255) = 39.02%
BLUE value IS 79 (31.25% from 255) = 48.17%
R=12.80%
G=39.02%
B=48.17%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2164790.730.1900.69195.525819.61
Hex15404F4913045c43a14
Octal251001171112301053047224
Binary1010110000001001111100100110011010001011100010011101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15404F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,64,79); }

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

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

 a { background-color: rgb(21,64,79); }

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

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

 span { border-color: rgb(21,64,79); }

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