#336868

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

Shades of Genoa #336868

Tints of Genoa #336868

Color information

#336868 (or 0x336868) is unknown color: approx Genoa. HEX triplet: 33, 68 and 68. RGB value is (51,104,104). Sum of RGB (Red+Green+Blue) = 51+104+104=259 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.69% from 259); Green value is 104 (41.02% from 255 or 40.15% from 259); Blue value is 104 (41.02% from 255 or 40.15% from 259); Max value from RGB is 104 - color contains mainly: green, blue. Hex color #336868 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #336868 is #CC9797. Grayscale: #585858. Windows color (decimal): -13408152 or 6842419. OLE color: 6842419.

HSL color Cylindrical-coordinate representation of color #336868: hue angle of 180º 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 #336868 is Cyan = 0.51, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB51104104-
CMYK0.51000.59
HSL180º34.19%30.39%-
HSV(B)180º50.96%40.78%-
XYZ8.8111.614.87-
YUV88.15136.94101.5-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 19.69%
GREEN value IS 104 (41.02% from 255) = 40.15%
BLUE value IS 104 (41.02% from 255) = 40.15%
R=19.69%
G=40.15%
B=40.15%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal511041040.51000.5918034.1930.39
Hex33686833003Bb4221e
Octal631501506300732644236
Binary11001111010001101000110011001110111011010010001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #336868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #336868; }

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

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

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

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

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

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

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

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