#26776C

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

Shades of Genoa #26776C

Tints of Genoa #26776C

Color information

#26776C (or 0x26776C) is unknown color: approx Genoa. HEX triplet: 26, 77 and 6C. RGB value is (38,119,108). Sum of RGB (Red+Green+Blue) = 38+119+108=265 (35% of max value = 765). Red value is 38 (15.23% from 255 or 14.34% from 265); Green value is 119 (46.88% from 255 or 44.91% from 265); Blue value is 108 (42.58% from 255 or 40.75% from 265); Max value from RGB is 119 - color contains mainly: green. Hex color #26776C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #26776C is #D98893. Grayscale: #5D5D5D. Windows color (decimal): -14256276 or 7108390. OLE color: 7108390.

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

Color convert

RGB38119108-
CMYK0.6800.090.53
HSL171.85º51.59%30.78%-
HSV(B)171.85º68.07%46.67%-
XYZ10.114.6916.49-
YUV93.53136.1688.39-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 14.34%
GREEN value IS 119 (46.88% from 255) = 44.91%
BLUE value IS 108 (42.58% from 255) = 40.75%
R=14.34%
G=44.91%
B=40.75%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal381191080.6800.090.53171.8551.5930.78
Hex26776C440935ac341f
Octal46167154104011652546437
Binary100110111011111011001000100010011101011010110011010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26776C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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