#21454E

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

Shades of Green Vogue #21454E

Tints of Green Vogue #21454E

Color information

#21454E (or 0x21454E) is unknown color: approx Green Vogue. HEX triplet: 21, 45 and 4E. RGB value is (33,69,78). Sum of RGB (Red+Green+Blue) = 33+69+78=180 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.33% from 180); Green value is 69 (27.34% from 255 or 38.33% from 180); Blue value is 78 (30.86% from 255 or 43.33% from 180); Max value from RGB is 78 - color contains mainly: blue. Hex color #21454E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #21454E is #DEBAB1. Grayscale: #3B3B3B. Windows color (decimal): -14596786 or 5129505. OLE color: 5129505.

HSL color Cylindrical-coordinate representation of color #21454E: hue angle of 192º degrees, saturation: 0.41, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #21454E is Cyan = 0.58, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB336978-
CMYK0.580.1200.69
HSL192º40.54%21.76%-
HSV(B)192º57.69%30.59%-
XYZ4.135.137.98-
YUV59.26138.57109.27-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 18.33%
GREEN value IS 69 (27.34% from 255) = 38.33%
BLUE value IS 78 (30.86% from 255) = 43.33%
R=18.33%
G=38.33%
B=43.33%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3369780.580.1200.6919240.5421.76
Hex21454E3AC045c02916
Octal41105116721401053005126
Binary100001100010110011101110101100010001011100000010100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21454E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21454E; }

 p { color: rgb(33,69,78); }

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

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

 a { background-color: rgb(33,69,78); }

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

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

 span { border-color: rgb(33,69,78); }

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