#26756A

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

Shades of Genoa #26756A

Tints of Genoa #26756A

Color information

#26756A (or 0x26756A) is unknown color: approx Genoa. HEX triplet: 26, 75 and 6A. RGB value is (38,117,106). Sum of RGB (Red+Green+Blue) = 38+117+106=261 (34% of max value = 765). Red value is 38 (15.23% from 255 or 14.56% from 261); Green value is 117 (46.09% from 255 or 44.83% from 261); Blue value is 106 (41.80% from 255 or 40.61% from 261); Max value from RGB is 117 - color contains mainly: green. Hex color #26756A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #26756A is #D98A95. Grayscale: #5C5C5C. Windows color (decimal): -14256790 or 6976806. OLE color: 6976806.

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

Color convert

RGB38117106-
CMYK0.6800.090.54
HSL171.65º50.97%30.39%-
HSV(B)171.65º67.52%45.88%-
XYZ9.7614.1815.86-
YUV92.12135.8389.39-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 14.56%
GREEN value IS 117 (46.09% from 255) = 44.83%
BLUE value IS 106 (41.80% from 255) = 40.61%
R=14.56%
G=44.83%
B=40.61%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal381171060.6800.090.54171.6550.9730.39
Hex26756A440936ac331e
Octal46165152104011662546336
Binary100110111010111010101000100010011101101010110011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26756A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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