#153C49

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

Shades of Green Vogue #153C49

Tints of Green Vogue #153C49

Color information

#153C49 (or 0x153C49) is unknown color: approx Green Vogue. HEX triplet: 15, 3C and 49. RGB value is (21,60,73). Sum of RGB (Red+Green+Blue) = 21+60+73=154 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.64% from 154); Green value is 60 (23.83% from 255 or 38.96% from 154); Blue value is 73 (28.91% from 255 or 47.40% from 154); Max value from RGB is 73 - color contains mainly: blue. Hex color #153C49 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153C49 is #EAC3B6. Grayscale: #313131. Windows color (decimal): -15385527 or 4799509. OLE color: 4799509.

HSL color Cylindrical-coordinate representation of color #153C49: hue angle of 195º degrees, saturation: 0.55, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #153C49 is Cyan = 0.71, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB216073-
CMYK0.710.1800.71
HSL195º55.32%18.43%-
HSV(B)195º71.23%28.63%-
XYZ3.133.876.89-
YUV49.82141.08107.44-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 13.64%
GREEN value IS 60 (23.83% from 255) = 38.96%
BLUE value IS 73 (28.91% from 255) = 47.40%
R=13.64%
G=38.96%
B=47.40%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2160730.710.1800.7119555.3218.43
Hex153C494712047c33712
Octal25741111072201073036722
Binary101011111001001001100011110010010001111100001111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153C49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #153C49; }

 p { color: rgb(21,60,73); }

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

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

 a { background-color: rgb(21,60,73); }

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

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

 span { border-color: rgb(21,60,73); }

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