#367866

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

Shades of Genoa #367866

Tints of Genoa #367866

Color information

#367866 (or 0x367866) is unknown color: approx Genoa. HEX triplet: 36, 78 and 66. RGB value is (54,120,102). Sum of RGB (Red+Green+Blue) = 54+120+102=276 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.57% from 276); Green value is 120 (47.27% from 255 or 43.48% from 276); Blue value is 102 (40.23% from 255 or 36.96% from 276); Max value from RGB is 120 - color contains mainly: green. Hex color #367866 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #367866 is #C98799. Grayscale: #626262. Windows color (decimal): -13207450 or 6715446. OLE color: 6715446.

HSL color Cylindrical-coordinate representation of color #367866: hue angle of 163.64º degrees, saturation: 0.38, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #367866 is Cyan = 0.55, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.53.

Color convert

RGB54120102-
CMYK0.5500.150.53
HSL163.64º37.93%34.12%-
HSV(B)163.64º55%47.06%-
XYZ10.6415.1814.94-
YUV98.21130.1396.46-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 19.57%
GREEN value IS 120 (47.27% from 255) = 43.48%
BLUE value IS 102 (40.23% from 255) = 36.96%
R=19.57%
G=43.48%
B=36.96%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal541201020.5500.150.53163.6437.9334.12
Hex367866370F35a42622
Octal6617014667017652444642
Binary110110111100011001101101110111111010110100100100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #367866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #367866; }

 p { color: rgb(54,120,102); }

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

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

 a { background-color: rgb(54,120,102); }

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

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

 span { border-color: rgb(54,120,102); }

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