#26424D

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

Shades of Green Vogue #26424D

Tints of Green Vogue #26424D

Color information

#26424D (or 0x26424D) is unknown color: approx Green Vogue. HEX triplet: 26, 42 and 4D. RGB value is (38,66,77). Sum of RGB (Red+Green+Blue) = 38+66+77=181 (23% of max value = 765). Red value is 38 (15.23% from 255 or 20.99% from 181); Green value is 66 (26.17% from 255 or 36.46% from 181); Blue value is 77 (30.47% from 255 or 42.54% from 181); Max value from RGB is 77 - color contains mainly: blue. Hex color #26424D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #26424D is #D9BDB2. Grayscale: #3A3A3A. Windows color (decimal): -14269875 or 5063206. OLE color: 5063206.

HSL color Cylindrical-coordinate representation of color #26424D: hue angle of 196.92º degrees, saturation: 0.34, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #26424D is Cyan = 0.51, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB386677-
CMYK0.510.1400.70
HSL196.92º33.91%22.55%-
HSV(B)196.92º50.65%30.2%-
XYZ4.094.847.74-
YUV58.88138.22113.11-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 20.99%
GREEN value IS 66 (26.17% from 255) = 36.46%
BLUE value IS 77 (30.47% from 255) = 42.54%
R=20.99%
G=36.46%
B=42.54%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal3866770.510.1400.70196.9233.9122.55
Hex26424D33E046c52217
Octal46102115631601063054227
Binary100110100001010011011100111110010001101100010110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26424D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26424D; }

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

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

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

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

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

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

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

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