#154253

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

Shades of Green Vogue #154253

Tints of Green Vogue #154253

Color information

#154253 (or 0x154253) is unknown color: approx Green Vogue. HEX triplet: 15, 42 and 53. RGB value is (21,66,83). Sum of RGB (Red+Green+Blue) = 21+66+83=170 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.35% from 170); Green value is 66 (26.17% from 255 or 38.82% from 170); Blue value is 83 (32.81% from 255 or 48.82% from 170); Max value from RGB is 83 - color contains mainly: blue. Hex color #154253 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #154253 is #EABDAC. Grayscale: #363636. Windows color (decimal): -15383981 or 5456405. OLE color: 5456405.

HSL color Cylindrical-coordinate representation of color #154253: hue angle of 196.45º 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 #154253 is Cyan = 0.75, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB216683-
CMYK0.750.2000.67
HSL196.45º59.62%20.39%-
HSV(B)196.45º74.7%32.55%-
XYZ3.824.688.89-
YUV54.48144.09104.12-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 12.35%
GREEN value IS 66 (26.17% from 255) = 38.82%
BLUE value IS 83 (32.81% from 255) = 48.82%
R=12.35%
G=38.82%
B=48.82%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2166830.750.2000.67196.4559.6220.39
Hex1542534B14043c43c14
Octal251021231132401033047424
Binary1010110000101010011100101110100010000111100010011110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #154253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #154253; }

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

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

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

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

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

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

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

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