#26424F

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

Shades of Green Vogue #26424F

Tints of Green Vogue #26424F

Color information

#26424F (or 0x26424F) is unknown color: approx Green Vogue. HEX triplet: 26, 42 and 4F. RGB value is (38,66,79). Sum of RGB (Red+Green+Blue) = 38+66+79=183 (24% of max value = 765). Red value is 38 (15.23% from 255 or 20.77% from 183); Green value is 66 (26.17% from 255 or 36.07% from 183); Blue value is 79 (31.25% from 255 or 43.17% from 183); Max value from RGB is 79 - color contains mainly: blue. Hex color #26424F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #26424F is #D9BDB0. Grayscale: #3B3B3B. Windows color (decimal): -14269873 or 5194278. OLE color: 5194278.

HSL color Cylindrical-coordinate representation of color #26424F: hue angle of 199.02º degrees, saturation: 0.35, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #26424F is Cyan = 0.52, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB386679-
CMYK0.520.1600.69
HSL199.02º35.04%22.94%-
HSV(B)199.02º51.9%30.98%-
XYZ4.164.878.12-
YUV59.11139.22112.94-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 20.77%
GREEN value IS 66 (26.17% from 255) = 36.07%
BLUE value IS 79 (31.25% from 255) = 43.17%
R=20.77%
G=36.07%
B=43.17%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3866790.520.1600.69199.0235.0422.94
Hex26424F3410045c72317
Octal46102117642001053074327
Binary1001101000010100111111010010000010001011100011110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26424F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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