#267765

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

Shades of Genoa #267765

Tints of Genoa #267765

Color information

#267765 (or 0x267765) is unknown color: approx Genoa. HEX triplet: 26, 77 and 65. RGB value is (38,119,101). Sum of RGB (Red+Green+Blue) = 38+119+101=258 (34% of max value = 765). Red value is 38 (15.23% from 255 or 14.73% from 258); Green value is 119 (46.88% from 255 or 46.12% from 258); Blue value is 101 (39.84% from 255 or 39.15% from 258); Max value from RGB is 119 - color contains mainly: green. Hex color #267765 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #267765 is #D9889A. Grayscale: #5C5C5C. Windows color (decimal): -14256283 or 6649638. OLE color: 6649638.

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

Color convert

RGB38119101-
CMYK0.6800.150.53
HSL166.67º51.59%30.78%-
HSV(B)166.67º68.07%46.67%-
XYZ9.7514.5514.61-
YUV92.73132.6688.96-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 14.73%
GREEN value IS 119 (46.88% from 255) = 46.12%
BLUE value IS 101 (39.84% from 255) = 39.15%
R=14.73%
G=46.12%
B=39.15%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal381191010.6800.150.53166.6751.5930.78
Hex267765440F35a7341f
Octal46167145104017652476437
Binary100110111011111001011000100011111101011010011111010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #267765

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #267765; }

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

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

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

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

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

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

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

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