#267363

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

Shades of Genoa #267363

Tints of Genoa #267363

Color information

#267363 (or 0x267363) is unknown color: approx Genoa. HEX triplet: 26, 73 and 63. RGB value is (38,115,99). Sum of RGB (Red+Green+Blue) = 38+115+99=252 (33% of max value = 765). Red value is 38 (15.23% from 255 or 15.08% from 252); Green value is 115 (45.31% from 255 or 45.63% from 252); Blue value is 99 (39.06% from 255 or 39.29% from 252); Max value from RGB is 115 - color contains mainly: green. Hex color #267363 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #267363 is #D98C9C. Grayscale: #5A5A5A. Windows color (decimal): -14257309 or 6517542. OLE color: 6517542.

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

Color convert

RGB3811599-
CMYK0.6700.140.55
HSL167.53º50.33%30%-
HSV(B)167.53º66.96%45.1%-
XYZ9.1813.5713.94-
YUV90.15132.9990.8-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 15.08%
GREEN value IS 115 (45.31% from 255) = 45.63%
BLUE value IS 99 (39.06% from 255) = 39.29%
R=15.08%
G=45.63%
B=39.29%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal38115990.6700.140.55167.5350.3330
Hex267363430E37a8321e
Octal46163143103016672506236
Binary100110111001111000111000011011101101111010100011001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #267363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #267363; }

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

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

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

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

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

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

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

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