#267768

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

Shades of Genoa #267768

Tints of Genoa #267768

Color information

#267768 (or 0x267768) is unknown color: approx Genoa. HEX triplet: 26, 77 and 68. RGB value is (38,119,104). Sum of RGB (Red+Green+Blue) = 38+119+104=261 (34% of max value = 765). Red value is 38 (15.23% from 255 or 14.56% from 261); Green value is 119 (46.88% from 255 or 45.59% from 261); Blue value is 104 (41.02% from 255 or 39.85% from 261); Max value from RGB is 119 - color contains mainly: green. Hex color #267768 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #267768 is #D98897. Grayscale: #5D5D5D. Windows color (decimal): -14256280 or 6846246. OLE color: 6846246.

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

Color convert

RGB38119104-
CMYK0.6800.130.53
HSL168.89º51.59%30.78%-
HSV(B)168.89º68.07%46.67%-
XYZ9.8914.6115.39-
YUV93.07134.1688.72-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 14.56%
GREEN value IS 119 (46.88% from 255) = 45.59%
BLUE value IS 104 (41.02% from 255) = 39.85%
R=14.56%
G=45.59%
B=39.85%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal381191040.6800.130.53168.8951.5930.78
Hex267768440D35a9341f
Octal46167150104015652516437
Binary100110111011111010001000100011011101011010100111010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #267768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #267768; }

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

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

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

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

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

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

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

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