#267668

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

Shades of Genoa #267668

Tints of Genoa #267668

Color information

#267668 (or 0x267668) is unknown color: approx Genoa. HEX triplet: 26, 76 and 68. RGB value is (38,118,104). Sum of RGB (Red+Green+Blue) = 38+118+104=260 (34% of max value = 765). Red value is 38 (15.23% from 255 or 14.62% from 260); Green value is 118 (46.48% from 255 or 45.38% from 260); Blue value is 104 (41.02% from 255 or 40% from 260); Max value from RGB is 118 - color contains mainly: green. Hex color #267668 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #267668 is #D98997. Grayscale: #5C5C5C. Windows color (decimal): -14256536 or 6845990. OLE color: 6845990.

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

Color convert

RGB38118104-
CMYK0.6800.120.54
HSL169.5º51.28%30.59%-
HSV(B)169.5º67.8%46.27%-
XYZ9.7814.3715.35-
YUV92.48134.589.14-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 14.62%
GREEN value IS 118 (46.48% from 255) = 45.38%
BLUE value IS 104 (41.02% from 255) = 40%
R=14.62%
G=45.38%
B=40%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal381181040.6800.120.54169.551.2830.59
Hex267668440C36aa331f
Octal46166150104014662526337
Binary100110111011011010001000100011001101101010101011001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #267668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #267668; }

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

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

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

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

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

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

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

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