#15404B

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

Shades of Green Vogue #15404B

Tints of Green Vogue #15404B

Color information

#15404B (or 0x15404B) is unknown color: approx Green Vogue. HEX triplet: 15, 40 and 4B. RGB value is (21,64,75). Sum of RGB (Red+Green+Blue) = 21+64+75=160 (21% of max value = 765). Red value is 21 (8.59% from 255 or 13.12% from 160); Green value is 64 (25.39% from 255 or 40% from 160); Blue value is 75 (29.69% from 255 or 46.88% from 160); Max value from RGB is 75 - color contains mainly: blue. Hex color #15404B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15404B is #EABFB4. Grayscale: #343434. Windows color (decimal): -15384501 or 4931605. OLE color: 4931605.

HSL color Cylindrical-coordinate representation of color #15404B: hue angle of 192.22º degrees, saturation: 0.56, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #15404B is Cyan = 0.72, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB216475-
CMYK0.720.1500.71
HSL192.22º56.25%18.82%-
HSV(B)192.22º72%29.41%-
XYZ3.414.337.31-
YUV52.4140.75105.61-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 13.12%
GREEN value IS 64 (25.39% from 255) = 40%
BLUE value IS 75 (29.69% from 255) = 46.88%
R=13.12%
G=40%
B=46.88%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2164750.720.1500.71192.2256.2518.82
Hex15404B48F047c03813
Octal251001131101701073007023
Binary101011000000100101110010001111010001111100000011100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15404B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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