#366867

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

Shades of Genoa #366867

Tints of Genoa #366867

Color information

#366867 (or 0x366867) is unknown color: approx Genoa. HEX triplet: 36, 68 and 67. RGB value is (54,104,103). Sum of RGB (Red+Green+Blue) = 54+104+103=261 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.69% from 261); Green value is 104 (41.02% from 255 or 39.85% from 261); Blue value is 103 (40.62% from 255 or 39.46% from 261); Max value from RGB is 104 - color contains mainly: green. Hex color #366867 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #366867 is #C99798. Grayscale: #585858. Windows color (decimal): -13211545 or 6776886. OLE color: 6776886.

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

Color convert

RGB54104103-
CMYK0.4800.010.59
HSL178.8º31.65%30.98%-
HSV(B)178.8º48.08%40.78%-
XYZ8.9211.6614.61-
YUV88.94135.94103.08-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 20.69%
GREEN value IS 104 (41.02% from 255) = 39.85%
BLUE value IS 103 (40.62% from 255) = 39.46%
R=20.69%
G=39.85%
B=39.46%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal541041030.4800.010.59178.831.6530.98
Hex36686730013Bb3201f
Octal661501476001732634037
Binary11011011010001100111110000011110111011001110000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #366867

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #366867; }

 p { color: rgb(54,104,103); }

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

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

 a { background-color: rgb(54,104,103); }

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

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

 span { border-color: rgb(54,104,103); }

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