#26766C

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

Shades of Genoa #26766C

Tints of Genoa #26766C

Color information

#26766C (or 0x26766C) is unknown color: approx Genoa. HEX triplet: 26, 76 and 6C. RGB value is (38,118,108). Sum of RGB (Red+Green+Blue) = 38+118+108=264 (34% of max value = 765). Red value is 38 (15.23% from 255 or 14.39% from 264); Green value is 118 (46.48% from 255 or 44.70% from 264); Blue value is 108 (42.58% from 255 or 40.91% from 264); Max value from RGB is 118 - color contains mainly: green. Hex color #26766C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #26766C is #D98993. Grayscale: #5C5C5C. Windows color (decimal): -14256532 or 7108134. OLE color: 7108134.

HSL color Cylindrical-coordinate representation of color #26766C: hue angle of 172.5º degrees, saturation: 0.51, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #26766C is Cyan = 0.68, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.54.

Color convert

RGB38118108-
CMYK0.6800.080.54
HSL172.5º51.28%30.59%-
HSV(B)172.5º67.8%46.27%-
XYZ9.9814.4516.45-
YUV92.94136.588.81-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 14.39%
GREEN value IS 118 (46.48% from 255) = 44.70%
BLUE value IS 108 (42.58% from 255) = 40.91%
R=14.39%
G=44.70%
B=40.91%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal381181080.6800.080.54172.551.2830.59
Hex26766C440836ac331f
Octal46166154104010662546337
Binary100110111011011011001000100010001101101010110011001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26766C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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