#264146

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

Shades of Green Vogue #264146

Tints of Green Vogue #264146

Color information

#264146 (or 0x264146) is unknown color: approx Green Vogue. HEX triplet: 26, 41 and 46. RGB value is (38,65,70). Sum of RGB (Red+Green+Blue) = 38+65+70=173 (22% of max value = 765). Red value is 38 (15.23% from 255 or 21.97% from 173); Green value is 65 (25.78% from 255 or 37.57% from 173); Blue value is 70 (27.73% from 255 or 40.46% from 173); Max value from RGB is 70 - color contains mainly: blue. Hex color #264146 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #264146 is #D9BEB9. Grayscale: #393939. Windows color (decimal): -14270138 or 4604198. OLE color: 4604198.

HSL color Cylindrical-coordinate representation of color #264146: hue angle of 189.38º 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 #264146 is Cyan = 0.46, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB386570-
CMYK0.460.0700.73
HSL189.38º29.63%21.18%-
HSV(B)189.38º45.71%27.45%-
XYZ3.84.636.49-
YUV57.5135.05114.09-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 21.97%
GREEN value IS 65 (25.78% from 255) = 37.57%
BLUE value IS 70 (27.73% from 255) = 40.46%
R=21.97%
G=37.57%
B=40.46%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal3865700.460.0700.73189.3829.6321.18
Hex2641462E7049bd1e15
Octal4610110656701112753625
Binary1001101000001100011010111011101001001101111011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #264146; }

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

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

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

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

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

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

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

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