#264549

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

Shades of Green Vogue #264549

Tints of Green Vogue #264549

Color information

#264549 (or 0x264549) is unknown color: approx Green Vogue. HEX triplet: 26, 45 and 49. RGB value is (38,69,73). Sum of RGB (Red+Green+Blue) = 38+69+73=180 (23% of max value = 765). Red value is 38 (15.23% from 255 or 21.11% from 180); Green value is 69 (27.34% from 255 or 38.33% from 180); Blue value is 73 (28.91% from 255 or 40.56% from 180); Max value from RGB is 73 - color contains mainly: blue. Hex color #264549 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #264549 is #D9BAB6. Grayscale: #3C3C3C. Windows color (decimal): -14269111 or 4801830. OLE color: 4801830.

HSL color Cylindrical-coordinate representation of color #264549: hue angle of 186.86º degrees, saturation: 0.32, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #264549 is Cyan = 0.48, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB386973-
CMYK0.480.0500.71
HSL186.86º31.53%21.76%-
HSV(B)186.86º47.95%28.63%-
XYZ4.135.157.08-
YUV60.19135.23112.17-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 21.11%
GREEN value IS 69 (27.34% from 255) = 38.33%
BLUE value IS 73 (28.91% from 255) = 40.56%
R=21.11%
G=38.33%
B=40.56%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3869730.480.0500.71186.8631.5321.76
Hex264549305047bb2016
Octal4610511160501072734026
Binary10011010001011001001110000101010001111011101110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264549

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #264549; }

 p { color: rgb(38,69,73); }

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

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

 a { background-color: rgb(38,69,73); }

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

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

 span { border-color: rgb(38,69,73); }

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