#16414B

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

Shades of Green Vogue #16414B

Tints of Green Vogue #16414B

Color information

#16414B (or 0x16414B) is unknown color: approx Green Vogue. HEX triplet: 16, 41 and 4B. RGB value is (22,65,75). Sum of RGB (Red+Green+Blue) = 22+65+75=162 (21% of max value = 765). Red value is 22 (8.98% from 255 or 13.58% from 162); Green value is 65 (25.78% from 255 or 40.12% from 162); Blue value is 75 (29.69% from 255 or 46.30% from 162); Max value from RGB is 75 - color contains mainly: blue. Hex color #16414B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #16414B is #E9BEB4. Grayscale: #353535. Windows color (decimal): -15318709 or 4931862. OLE color: 4931862.

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

Color convert

RGB226575-
CMYK0.710.1300.71
HSL191.32º54.64%19.02%-
HSV(B)191.32º70.67%29.41%-
XYZ3.494.467.33-
YUV53.28140.25105.69-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 13.58%
GREEN value IS 65 (25.78% from 255) = 40.12%
BLUE value IS 75 (29.69% from 255) = 46.30%
R=13.58%
G=40.12%
B=46.30%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2265750.710.1300.71191.3254.6419.02
Hex16414B47D047bf3713
Octal261011131071501072776723
Binary101101000001100101110001111101010001111011111111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16414B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #16414B; }

 p { color: rgb(22,65,75); }

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

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

 a { background-color: rgb(22,65,75); }

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

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

 span { border-color: rgb(22,65,75); }

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