#366F64

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

Shades of Genoa #366F64

Tints of Genoa #366F64

Color information

#366F64 (or 0x366F64) is unknown color: approx Genoa. HEX triplet: 36, 6F and 64. RGB value is (54,111,100). Sum of RGB (Red+Green+Blue) = 54+111+100=265 (35% of max value = 765). Red value is 54 (21.48% from 255 or 20.38% from 265); Green value is 111 (43.75% from 255 or 41.89% from 265); Blue value is 100 (39.45% from 255 or 37.74% from 265); Max value from RGB is 111 - color contains mainly: green. Hex color #366F64 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #366F64 is #C9909B. Grayscale: #5C5C5C. Windows color (decimal): -13209756 or 6582070. OLE color: 6582070.

HSL color Cylindrical-coordinate representation of color #366F64: hue angle of 168.42º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #366F64 is Cyan = 0.51, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.56.

Color convert

RGB54111100-
CMYK0.5100.100.56
HSL168.42º34.55%32.35%-
HSV(B)168.42º51.35%43.53%-
XYZ9.5113.0714.08-
YUV92.7132.12100.39-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 20.38%
GREEN value IS 111 (43.75% from 255) = 41.89%
BLUE value IS 100 (39.45% from 255) = 37.74%
R=20.38%
G=41.89%
B=37.74%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal541111000.5100.100.56168.4234.5532.35
Hex366F64330A38a82320
Octal6615714463012702504340
Binary110110110111111001001100110101011100010101000100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #366F64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #366F64; }

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

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

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

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

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

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

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

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