#267360

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

Shades of Genoa #267360

Tints of Genoa #267360

Color information

#267360 (or 0x267360) is unknown color: approx Genoa. HEX triplet: 26, 73 and 60. RGB value is (38,115,96). Sum of RGB (Red+Green+Blue) = 38+115+96=249 (32% of max value = 765). Red value is 38 (15.23% from 255 or 15.26% from 249); Green value is 115 (45.31% from 255 or 46.18% from 249); Blue value is 96 (37.89% from 255 or 38.55% from 249); Max value from RGB is 115 - color contains mainly: green. Hex color #267360 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #267360 is #D98C9F. Grayscale: #595959. Windows color (decimal): -14257312 or 6320934. OLE color: 6320934.

HSL color Cylindrical-coordinate representation of color #267360: hue angle of 165.19º degrees, saturation: 0.5, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #267360 is Cyan = 0.67, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.55.

Color convert

RGB3811596-
CMYK0.6700.170.55
HSL165.19º50.33%30%-
HSV(B)165.19º66.96%45.1%-
XYZ9.0413.5213.2-
YUV89.81131.4991.04-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 15.26%
GREEN value IS 115 (45.31% from 255) = 46.18%
BLUE value IS 96 (37.89% from 255) = 38.55%
R=15.26%
G=46.18%
B=38.55%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal38115960.6700.170.55165.1950.3330
Hex2673604301137a5321e
Octal46163140103021672456236
Binary1001101110011110000010000110100011101111010010111001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #267360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #267360; }

 p { color: rgb(38,115,96); }

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

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

 a { background-color: rgb(38,115,96); }

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

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

 span { border-color: rgb(38,115,96); }

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