#264349

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

Shades of Green Vogue #264349

Tints of Green Vogue #264349

Color information

#264349 (or 0x264349) is unknown color: approx Green Vogue. HEX triplet: 26, 43 and 49. RGB value is (38,67,73). Sum of RGB (Red+Green+Blue) = 38+67+73=178 (23% of max value = 765). Red value is 38 (15.23% from 255 or 21.35% from 178); Green value is 67 (26.56% from 255 or 37.64% from 178); Blue value is 73 (28.91% from 255 or 41.01% from 178); Max value from RGB is 73 - color contains mainly: blue. Hex color #264349 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #264349 is #D9BCB6. Grayscale: #3A3A3A. Windows color (decimal): -14269623 or 4801318. OLE color: 4801318.

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

Color convert

RGB386773-
CMYK0.480.0800.71
HSL190.29º31.53%21.76%-
HSV(B)190.29º47.95%28.63%-
XYZ4.014.917.04-
YUV59.01135.89113.01-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 21.35%
GREEN value IS 67 (26.56% from 255) = 37.64%
BLUE value IS 73 (28.91% from 255) = 41.01%
R=21.35%
G=37.64%
B=41.01%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3867730.480.0800.71190.2931.5321.76
Hex264349308047be2016
Octal46103111601001072764026
Binary100110100001110010011100001000010001111011111010000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #264349; }

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

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

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

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

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

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

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

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