#26796C

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

Shades of Genoa #26796C

Tints of Genoa #26796C

Color information

#26796C (or 0x26796C) is unknown color: approx Genoa. HEX triplet: 26, 79 and 6C. RGB value is (38,121,108). Sum of RGB (Red+Green+Blue) = 38+121+108=267 (35% of max value = 765). Red value is 38 (15.23% from 255 or 14.23% from 267); Green value is 121 (47.66% from 255 or 45.32% from 267); Blue value is 108 (42.58% from 255 or 40.45% from 267); Max value from RGB is 121 - color contains mainly: green. Hex color #26796C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #26796C is #D98693. Grayscale: #5E5E5E. Windows color (decimal): -14255764 or 7108902. OLE color: 7108902.

HSL color Cylindrical-coordinate representation of color #26796C: hue angle of 170.6º degrees, saturation: 0.52, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #26796C is Cyan = 0.69, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.53.

Color convert

RGB38121108-
CMYK0.6900.110.53
HSL170.6º52.2%31.18%-
HSV(B)170.6º68.6%47.45%-
XYZ10.3415.1716.57-
YUV94.7135.587.56-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 14.23%
GREEN value IS 121 (47.66% from 255) = 45.32%
BLUE value IS 108 (42.58% from 255) = 40.45%
R=14.23%
G=45.32%
B=40.45%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal381211080.6900.110.53170.652.231.18
Hex26796C450B35ab341f
Octal46171154105013652536437
Binary100110111100111011001000101010111101011010101111010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26796C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,121,108); }

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

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

 a { background-color: rgb(38,121,108); }

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

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

 span { border-color: rgb(38,121,108); }

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