#26434E

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

Shades of Green Vogue #26434E

Tints of Green Vogue #26434E

Color information

#26434E (or 0x26434E) is unknown color: approx Green Vogue. HEX triplet: 26, 43 and 4E. RGB value is (38,67,78). Sum of RGB (Red+Green+Blue) = 38+67+78=183 (24% of max value = 765). Red value is 38 (15.23% from 255 or 20.77% from 183); Green value is 67 (26.56% from 255 or 36.61% from 183); Blue value is 78 (30.86% from 255 or 42.62% from 183); Max value from RGB is 78 - color contains mainly: blue. Hex color #26434E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #26434E is #D9BCB1. Grayscale: #3B3B3B. Windows color (decimal): -14269618 or 5128998. OLE color: 5128998.

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

Color convert

RGB386778-
CMYK0.510.1400.69
HSL196.5º34.48%22.75%-
HSV(B)196.5º51.28%30.59%-
XYZ4.184.987.95-
YUV59.58138.39112.61-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 20.77%
GREEN value IS 67 (26.56% from 255) = 36.61%
BLUE value IS 78 (30.86% from 255) = 42.62%
R=20.77%
G=36.61%
B=42.62%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3867780.510.1400.69196.534.4822.75
Hex26434E33E045c42217
Octal46103116631601053044227
Binary100110100001110011101100111110010001011100010010001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26434E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26434E; }

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

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

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

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

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

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

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

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