#336F67

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

Shades of Genoa #336F67

Tints of Genoa #336F67

Color information

#336F67 (or 0x336F67) is unknown color: approx Genoa. HEX triplet: 33, 6F and 67. RGB value is (51,111,103). Sum of RGB (Red+Green+Blue) = 51+111+103=265 (35% of max value = 765). Red value is 51 (20.31% from 255 or 19.25% from 265); Green value is 111 (43.75% from 255 or 41.89% from 265); Blue value is 103 (40.62% from 255 or 38.87% from 265); Max value from RGB is 111 - color contains mainly: green. Hex color #336F67 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #336F67 is #CC9098. Grayscale: #5C5C5C. Windows color (decimal): -13406361 or 6778675. OLE color: 6778675.

HSL color Cylindrical-coordinate representation of color #336F67: hue angle of 172º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #336F67 is Cyan = 0.54, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.56.

Color convert

RGB51111103-
CMYK0.5400.070.56
HSL172º37.04%31.76%-
HSV(B)172º54.05%43.53%-
XYZ9.513.0514.85-
YUV92.15134.1298.65-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 19.25%
GREEN value IS 111 (43.75% from 255) = 41.89%
BLUE value IS 103 (40.62% from 255) = 38.87%
R=19.25%
G=41.89%
B=38.87%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal511111030.5400.070.5617237.0431.76
Hex336F67360738ac2520
Octal631571476607702544540
Binary11001111011111100111110110011111100010101100100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #336F67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #336F67; }

 p { color: rgb(51,111,103); }

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

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

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

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

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

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

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