#267666

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

Shades of Genoa #267666

Tints of Genoa #267666

Color information

#267666 (or 0x267666) is unknown color: approx Genoa. HEX triplet: 26, 76 and 66. RGB value is (38,118,102). Sum of RGB (Red+Green+Blue) = 38+118+102=258 (34% of max value = 765). Red value is 38 (15.23% from 255 or 14.73% from 258); Green value is 118 (46.48% from 255 or 45.74% from 258); Blue value is 102 (40.23% from 255 or 39.53% from 258); Max value from RGB is 118 - color contains mainly: green. Hex color #267666 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #267666 is #D98999. Grayscale: #5C5C5C. Windows color (decimal): -14256538 or 6714918. OLE color: 6714918.

HSL color Cylindrical-coordinate representation of color #267666: hue angle of 168º 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 #267666 is Cyan = 0.68, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.54.

Color convert

RGB38118102-
CMYK0.6800.140.54
HSL168º51.28%30.59%-
HSV(B)168º67.8%46.27%-
XYZ9.6814.3314.83-
YUV92.26133.589.3-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 14.73%
GREEN value IS 118 (46.48% from 255) = 45.74%
BLUE value IS 102 (40.23% from 255) = 39.53%
R=14.73%
G=45.74%
B=39.53%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal381181020.6800.140.5416851.2830.59
Hex267666440E36a8331f
Octal46166146104016662506337
Binary100110111011011001101000100011101101101010100011001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #267666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #267666; }

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

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

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

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

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

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

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

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