#264046

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

Shades of Green Vogue #264046

Tints of Green Vogue #264046

Color information

#264046 (or 0x264046) is unknown color: approx Green Vogue. HEX triplet: 26, 40 and 46. RGB value is (38,64,70). Sum of RGB (Red+Green+Blue) = 38+64+70=172 (22% of max value = 765). Red value is 38 (15.23% from 255 or 22.09% from 172); Green value is 64 (25.39% from 255 or 37.21% from 172); Blue value is 70 (27.73% from 255 or 40.70% from 172); Max value from RGB is 70 - color contains mainly: blue. Hex color #264046 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #264046 is #D9BFB9. Grayscale: #383838. Windows color (decimal): -14270394 or 4603942. OLE color: 4603942.

HSL color Cylindrical-coordinate representation of color #264046: hue angle of 191.25º degrees, saturation: 0.3, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #264046 is Cyan = 0.46, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB386470-
CMYK0.460.0900.73
HSL191.25º29.63%21.18%-
HSV(B)191.25º45.71%27.45%-
XYZ3.744.526.47-
YUV56.91135.39114.51-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 22.09%
GREEN value IS 64 (25.39% from 255) = 37.21%
BLUE value IS 70 (27.73% from 255) = 40.70%
R=22.09%
G=37.21%
B=40.70%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal3864700.460.0900.73191.2529.6321.18
Hex2640462E9049bf1e15
Octal46100106561101112773625
Binary10011010000001000110101110100101001001101111111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #264046; }

 p { color: rgb(38,64,70); }

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

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

 a { background-color: rgb(38,64,70); }

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

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

 span { border-color: rgb(38,64,70); }

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