#26776B

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

Shades of Genoa #26776B

Tints of Genoa #26776B

Color information

#26776B (or 0x26776B) is unknown color: approx Genoa. HEX triplet: 26, 77 and 6B. RGB value is (38,119,107). Sum of RGB (Red+Green+Blue) = 38+119+107=264 (34% of max value = 765). Red value is 38 (15.23% from 255 or 14.39% from 264); Green value is 119 (46.88% from 255 or 45.08% from 264); Blue value is 107 (42.19% from 255 or 40.53% from 264); Max value from RGB is 119 - color contains mainly: green. Hex color #26776B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #26776B is #D98894. Grayscale: #5D5D5D. Windows color (decimal): -14256277 or 7042854. OLE color: 7042854.

HSL color Cylindrical-coordinate representation of color #26776B: hue angle of 171.11º 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 #26776B is Cyan = 0.68, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.53.

Color convert

RGB38119107-
CMYK0.6800.100.53
HSL171.11º51.59%30.78%-
HSV(B)171.11º68.07%46.67%-
XYZ10.0514.6716.21-
YUV93.41135.6688.48-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 14.39%
GREEN value IS 119 (46.88% from 255) = 45.08%
BLUE value IS 107 (42.19% from 255) = 40.53%
R=14.39%
G=45.08%
B=40.53%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal381191070.6800.100.53171.1151.5930.78
Hex26776B440A35ab341f
Octal46167153104012652536437
Binary100110111011111010111000100010101101011010101111010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26776B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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