#154053

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

Shades of Green Vogue #154053

Tints of Green Vogue #154053

Color information

#154053 (or 0x154053) is unknown color: approx Green Vogue. HEX triplet: 15, 40 and 53. RGB value is (21,64,83). Sum of RGB (Red+Green+Blue) = 21+64+83=168 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.5% from 168); Green value is 64 (25.39% from 255 or 38.10% from 168); Blue value is 83 (32.81% from 255 or 49.40% from 168); Max value from RGB is 83 - color contains mainly: blue. Hex color #154053 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #154053 is #EABFAC. Grayscale: #353535. Windows color (decimal): -15384493 or 5455893. OLE color: 5455893.

HSL color Cylindrical-coordinate representation of color #154053: hue angle of 198.39º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #154053 is Cyan = 0.75, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB216483-
CMYK0.750.2300.67
HSL198.39º59.62%20.39%-
HSV(B)198.39º74.7%32.55%-
XYZ3.74.458.85-
YUV53.31144.75104.96-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 12.5%
GREEN value IS 64 (25.39% from 255) = 38.10%
BLUE value IS 83 (32.81% from 255) = 49.40%
R=12.5%
G=38.10%
B=49.40%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2164830.750.2300.67198.3959.6220.39
Hex1540534B17043c63c14
Octal251001231132701033067424
Binary1010110000001010011100101110111010000111100011011110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #154053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #154053; }

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

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

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

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

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

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

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

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