#267766

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

Shades of Genoa #267766

Tints of Genoa #267766

Color information

#267766 (or 0x267766) is unknown color: approx Genoa. HEX triplet: 26, 77 and 66. RGB value is (38,119,102). Sum of RGB (Red+Green+Blue) = 38+119+102=259 (34% of max value = 765). Red value is 38 (15.23% from 255 or 14.67% from 259); Green value is 119 (46.88% from 255 or 45.95% from 259); Blue value is 102 (40.23% from 255 or 39.38% from 259); Max value from RGB is 119 - color contains mainly: green. Hex color #267766 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #267766 is #D98899. Grayscale: #5C5C5C. Windows color (decimal): -14256282 or 6715174. OLE color: 6715174.

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

Color convert

RGB38119102-
CMYK0.6800.140.53
HSL167.41º51.59%30.78%-
HSV(B)167.41º68.07%46.67%-
XYZ9.7914.5714.87-
YUV92.84133.1688.88-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 14.67%
GREEN value IS 119 (46.88% from 255) = 45.95%
BLUE value IS 102 (40.23% from 255) = 39.38%
R=14.67%
G=45.95%
B=39.38%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal381191020.6800.140.53167.4151.5930.78
Hex267766440E35a7341f
Octal46167146104016652476437
Binary100110111011111001101000100011101101011010011111010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #267766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #267766; }

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

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

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

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

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

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

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

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