#21454D

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

Shades of Green Vogue #21454D

Tints of Green Vogue #21454D

Color information

#21454D (or 0x21454D) is unknown color: approx Green Vogue. HEX triplet: 21, 45 and 4D. RGB value is (33,69,77). Sum of RGB (Red+Green+Blue) = 33+69+77=179 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.44% from 179); Green value is 69 (27.34% from 255 or 38.55% from 179); Blue value is 77 (30.47% from 255 or 43.02% from 179); Max value from RGB is 77 - color contains mainly: blue. Hex color #21454D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #21454D is #DEBAB2. Grayscale: #3B3B3B. Windows color (decimal): -14596787 or 5063969. OLE color: 5063969.

HSL color Cylindrical-coordinate representation of color #21454D: hue angle of 190.91º degrees, saturation: 0.4, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #21454D is Cyan = 0.57, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB336977-
CMYK0.570.1000.70
HSL190.91º40%21.57%-
HSV(B)190.91º57.14%30.2%-
XYZ4.095.127.79-
YUV59.15138.07109.35-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 18.44%
GREEN value IS 69 (27.34% from 255) = 38.55%
BLUE value IS 77 (30.47% from 255) = 43.02%
R=18.44%
G=38.55%
B=43.02%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal3369770.570.1000.70190.914021.57
Hex21454D39A046bf2816
Octal41105115711201062775026
Binary100001100010110011011110011010010001101011111110100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21454D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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