#264249

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

Shades of Green Vogue #264249

Tints of Green Vogue #264249

Color information

#264249 (or 0x264249) is unknown color: approx Green Vogue. HEX triplet: 26, 42 and 49. RGB value is (38,66,73). Sum of RGB (Red+Green+Blue) = 38+66+73=177 (23% of max value = 765). Red value is 38 (15.23% from 255 or 21.47% from 177); Green value is 66 (26.17% from 255 or 37.29% from 177); Blue value is 73 (28.91% from 255 or 41.24% from 177); Max value from RGB is 73 - color contains mainly: blue. Hex color #264249 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #264249 is #D9BDB6. Grayscale: #3A3A3A. Windows color (decimal): -14269879 or 4801062. OLE color: 4801062.

HSL color Cylindrical-coordinate representation of color #264249: hue angle of 192º 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 #264249 is Cyan = 0.48, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB386673-
CMYK0.480.1000.71
HSL192º31.53%21.76%-
HSV(B)192º47.95%28.63%-
XYZ3.954.797.02-
YUV58.43136.22113.43-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 21.47%
GREEN value IS 66 (26.17% from 255) = 37.29%
BLUE value IS 73 (28.91% from 255) = 41.24%
R=21.47%
G=37.29%
B=41.24%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3866730.480.1000.7119231.5321.76
Hex26424930A047c02016
Octal46102111601201073004026
Binary100110100001010010011100001010010001111100000010000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #264249; }

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

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

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

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

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

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

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

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