#26404C

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

Shades of Green Vogue #26404C

Tints of Green Vogue #26404C

Color information

#26404C (or 0x26404C) is unknown color: approx Green Vogue. HEX triplet: 26, 40 and 4C. RGB value is (38,64,76). Sum of RGB (Red+Green+Blue) = 38+64+76=178 (23% of max value = 765). Red value is 38 (15.23% from 255 or 21.35% from 178); Green value is 64 (25.39% from 255 or 35.96% from 178); Blue value is 76 (30.08% from 255 or 42.70% from 178); Max value from RGB is 76 - color contains mainly: blue. Hex color #26404C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #26404C is #D9BFB3. Grayscale: #393939. Windows color (decimal): -14270388 or 4997158. OLE color: 4997158.

HSL color Cylindrical-coordinate representation of color #26404C: hue angle of 198.95º degrees, saturation: 0.33, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #26404C is Cyan = 0.5, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB386476-
CMYK0.50.1600.70
HSL198.95º33.33%22.35%-
HSV(B)198.95º50%29.8%-
XYZ3.944.67.52-
YUV57.59138.39114.02-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 21.35%
GREEN value IS 64 (25.39% from 255) = 35.96%
BLUE value IS 76 (30.08% from 255) = 42.70%
R=21.35%
G=35.96%
B=42.70%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal3864760.50.1600.70198.9533.3322.35
Hex26404C3210046c72116
Octal46100114622001063074126
Binary1001101000000100110011001010000010001101100011110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26404C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26404C; }

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

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

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

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

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

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

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

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