#336862

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

Shades of Genoa #336862

Tints of Genoa #336862

Color information

#336862 (or 0x336862) is unknown color: approx Genoa. HEX triplet: 33, 68 and 62. RGB value is (51,104,98). Sum of RGB (Red+Green+Blue) = 51+104+98=253 (33% of max value = 765). Red value is 51 (20.31% from 255 or 20.16% from 253); Green value is 104 (41.02% from 255 or 41.11% from 253); Blue value is 98 (38.67% from 255 or 38.74% from 253); Max value from RGB is 104 - color contains mainly: green. Hex color #336862 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #336862 is #CC979D. Grayscale: #575757. Windows color (decimal): -13408158 or 6449203. OLE color: 6449203.

HSL color Cylindrical-coordinate representation of color #336862: hue angle of 173.21º degrees, saturation: 0.34, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #336862 is Cyan = 0.51, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.59.

Color convert

RGB5110498-
CMYK0.5100.060.59
HSL173.21º34.19%30.39%-
HSV(B)173.21º50.96%40.78%-
XYZ8.5211.4913.32-
YUV87.47133.94101.99-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 20.16%
GREEN value IS 104 (41.02% from 255) = 41.11%
BLUE value IS 98 (38.67% from 255) = 38.74%
R=20.16%
G=41.11%
B=38.74%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal51104980.5100.060.59173.2134.1930.39
Hex33686233063Bad221e
Octal631501426306732554236
Binary1100111101000110001011001101101110111010110110001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #336862

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #336862; }

 p { color: rgb(51,104,98); }

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

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

 a { background-color: rgb(51,104,98); }

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

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

 span { border-color: rgb(51,104,98); }

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