#366964

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

Shades of Genoa #366964

Tints of Genoa #366964

Color information

#366964 (or 0x366964) is unknown color: approx Genoa. HEX triplet: 36, 69 and 64. RGB value is (54,105,100). Sum of RGB (Red+Green+Blue) = 54+105+100=259 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.85% from 259); Green value is 105 (41.41% from 255 or 40.54% from 259); Blue value is 100 (39.45% from 255 or 38.61% from 259); Max value from RGB is 105 - color contains mainly: green. Hex color #366964 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #366964 is #C9969B. Grayscale: #595959. Windows color (decimal): -13211292 or 6580534. OLE color: 6580534.

HSL color Cylindrical-coordinate representation of color #366964: hue angle of 174.12º degrees, saturation: 0.32, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #366964 is Cyan = 0.49, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.59.

Color convert

RGB54105100-
CMYK0.4900.050.59
HSL174.12º32.08%31.18%-
HSV(B)174.12º48.57%41.18%-
XYZ8.8711.8113.87-
YUV89.18134.1102.91-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 20.85%
GREEN value IS 105 (41.41% from 255) = 40.54%
BLUE value IS 100 (39.45% from 255) = 38.61%
R=20.85%
G=40.54%
B=38.61%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal541051000.4900.050.59174.1232.0831.18
Hex36696431053Bae201f
Octal661511446105732564037
Binary1101101101001110010011000101011110111010111010000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #366964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #366964; }

 p { color: rgb(54,105,100); }

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

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

 a { background-color: rgb(54,105,100); }

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

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

 span { border-color: rgb(54,105,100); }

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