#267665

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

Shades of Genoa #267665

Tints of Genoa #267665

Color information

#267665 (or 0x267665) is unknown color: approx Genoa. HEX triplet: 26, 76 and 65. RGB value is (38,118,101). Sum of RGB (Red+Green+Blue) = 38+118+101=257 (34% of max value = 765). Red value is 38 (15.23% from 255 or 14.79% from 257); Green value is 118 (46.48% from 255 or 45.91% from 257); Blue value is 101 (39.84% from 255 or 39.30% from 257); Max value from RGB is 118 - color contains mainly: green. Hex color #267665 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #267665 is #D9899A. Grayscale: #5C5C5C. Windows color (decimal): -14256539 or 6649382. OLE color: 6649382.

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

Color convert

RGB38118101-
CMYK0.6800.140.54
HSL167.25º51.28%30.59%-
HSV(B)167.25º67.8%46.27%-
XYZ9.6314.3114.57-
YUV92.1413389.38-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 14.79%
GREEN value IS 118 (46.48% from 255) = 45.91%
BLUE value IS 101 (39.84% from 255) = 39.30%
R=14.79%
G=45.91%
B=39.30%

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
Decimal381181010.6800.140.54167.2551.2830.59
Hex267665440E36a7331f
Octal46166145104016662476337
Binary100110111011011001011000100011101101101010011111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #267665

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #267665; }

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

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

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

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

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

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

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

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