#267662

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

Shades of Genoa #267662

Tints of Genoa #267662

Color information

#267662 (or 0x267662) is unknown color: approx Genoa. HEX triplet: 26, 76 and 62. RGB value is (38,118,98). Sum of RGB (Red+Green+Blue) = 38+118+98=254 (33% of max value = 765). Red value is 38 (15.23% from 255 or 14.96% from 254); Green value is 118 (46.48% from 255 or 46.46% from 254); Blue value is 98 (38.67% from 255 or 38.58% from 254); Max value from RGB is 118 - color contains mainly: green. Hex color #267662 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #267662 is #D9899D. Grayscale: #5B5B5B. Windows color (decimal): -14256542 or 6452774. OLE color: 6452774.

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

Color convert

RGB3811898-
CMYK0.6800.170.54
HSL165º51.28%30.59%-
HSV(B)165º67.8%46.27%-
XYZ9.4814.2513.81-
YUV91.8131.589.63-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 14.96%
GREEN value IS 118 (46.48% from 255) = 46.46%
BLUE value IS 98 (38.67% from 255) = 38.58%
R=14.96%
G=46.46%
B=38.58%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal38118980.6800.170.5416551.2830.59
Hex2676624401136a5331f
Octal46166142104021662456337
Binary1001101110110110001010001000100011101101010010111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #267662

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #267662; }

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

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

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

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

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

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

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

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