#267361

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

Shades of Genoa #267361

Tints of Genoa #267361

Color information

#267361 (or 0x267361) is unknown color: approx Genoa. HEX triplet: 26, 73 and 61. RGB value is (38,115,97). Sum of RGB (Red+Green+Blue) = 38+115+97=250 (33% of max value = 765). Red value is 38 (15.23% from 255 or 15.2% from 250); Green value is 115 (45.31% from 255 or 46% from 250); Blue value is 97 (38.28% from 255 or 38.8% from 250); Max value from RGB is 115 - color contains mainly: green. Hex color #267361 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #267361 is #D98C9E. Grayscale: #595959. Windows color (decimal): -14257311 or 6386470. OLE color: 6386470.

HSL color Cylindrical-coordinate representation of color #267361: hue angle of 165.97º 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 #267361 is Cyan = 0.67, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.55.

Color convert

RGB3811597-
CMYK0.6700.160.55
HSL165.97º50.33%30%-
HSV(B)165.97º66.96%45.1%-
XYZ9.0913.5413.44-
YUV89.92131.9990.96-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 15.2%
GREEN value IS 115 (45.31% from 255) = 46%
BLUE value IS 97 (38.28% from 255) = 38.8%
R=15.2%
G=46%
B=38.8%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal38115970.6700.160.55165.9750.3330
Hex2673614301037a6321e
Octal46163141103020672466236
Binary1001101110011110000110000110100001101111010011011001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #267361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #267361; }

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

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

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

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

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

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

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

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