#26434C

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

Shades of Green Vogue #26434C

Tints of Green Vogue #26434C

Color information

#26434C (or 0x26434C) is unknown color: approx Green Vogue. HEX triplet: 26, 43 and 4C. RGB value is (38,67,76). Sum of RGB (Red+Green+Blue) = 38+67+76=181 (23% of max value = 765). Red value is 38 (15.23% from 255 or 20.99% from 181); Green value is 67 (26.56% from 255 or 37.02% from 181); Blue value is 76 (30.08% from 255 or 41.99% from 181); Max value from RGB is 76 - color contains mainly: blue. Hex color #26434C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #26434C is #D9BCB3. Grayscale: #3B3B3B. Windows color (decimal): -14269620 or 4997926. OLE color: 4997926.

HSL color Cylindrical-coordinate representation of color #26434C: hue angle of 194.21º 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 #26434C is Cyan = 0.5, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB386776-
CMYK0.50.1200.70
HSL194.21º33.33%22.35%-
HSV(B)194.21º50%29.8%-
XYZ4.114.957.58-
YUV59.36137.39112.77-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 20.99%
GREEN value IS 67 (26.56% from 255) = 37.02%
BLUE value IS 76 (30.08% from 255) = 41.99%
R=20.99%
G=37.02%
B=41.99%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal3867760.50.1200.70194.2133.3322.35
Hex26434C32C046c22116
Octal46103114621401063024126
Binary100110100001110011001100101100010001101100001010000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26434C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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