#26706A

Color #26706A Genoa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Genoa #26706A

Tints of Genoa #26706A

Color information

#26706A (or 0x26706A) is unknown color: approx Genoa. HEX triplet: 26, 70 and 6A. RGB value is (38,112,106). Sum of RGB (Red+Green+Blue) = 38+112+106=256 (33% of max value = 765). Red value is 38 (15.23% from 255 or 14.84% from 256); Green value is 112 (44.14% from 255 or 43.75% from 256); Blue value is 106 (41.80% from 255 or 41.41% from 256); Max value from RGB is 112 - color contains mainly: green. Hex color #26706A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #26706A is #D98F95. Grayscale: #595959. Windows color (decimal): -14258070 or 6975526. OLE color: 6975526.

HSL color Cylindrical-coordinate representation of color #26706A: hue angle of 175.14º degrees, saturation: 0.49, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #26706A is Cyan = 0.66, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.56.

Color convert

RGB38112106-
CMYK0.6600.050.56
HSL175.14º49.33%29.41%-
HSV(B)175.14º66.07%43.92%-
XYZ9.213.0415.67-
YUV89.19137.4891.49-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 14.84%
GREEN value IS 112 (44.14% from 255) = 43.75%
BLUE value IS 106 (41.80% from 255) = 41.41%
R=14.84%
G=43.75%
B=41.41%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal381121060.6600.050.56175.1449.3329.41
Hex26706A420538af311d
Octal4616015210205702576135
Binary10011011100001101010100001001011110001010111111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26706A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26706A; }

 p { color: rgb(38,112,106); }

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

<style>
 a { background-color: #26706A; }

 a { background-color: rgb(38,112,106); }

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

<style>
 span { border-color: #26706A; }

 span { border-color: rgb(38,112,106); }

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