#336C6B

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

Shades of Genoa #336C6B

Tints of Genoa #336C6B

Color information

#336C6B (or 0x336C6B) is unknown color: approx Genoa. HEX triplet: 33, 6C and 6B. RGB value is (51,108,107). Sum of RGB (Red+Green+Blue) = 51+108+107=266 (35% of max value = 765). Red value is 51 (20.31% from 255 or 19.17% from 266); Green value is 108 (42.58% from 255 or 40.60% from 266); Blue value is 107 (42.19% from 255 or 40.23% from 266); Max value from RGB is 108 - color contains mainly: green. Hex color #336C6B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #336C6B is #CC9394. Grayscale: #5A5A5A. Windows color (decimal): -13407125 or 7040051. OLE color: 7040051.

HSL color Cylindrical-coordinate representation of color #336C6B: hue angle of 178.95º degrees, saturation: 0.36, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #336C6B is Cyan = 0.53, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.58.

Color convert

RGB51108107-
CMYK0.5300.010.58
HSL178.95º35.85%31.18%-
HSV(B)178.95º52.78%42.35%-
XYZ9.3812.4915.83-
YUV90.84137.1299.58-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 19.17%
GREEN value IS 108 (42.58% from 255) = 40.60%
BLUE value IS 107 (42.19% from 255) = 40.23%
R=19.17%
G=40.60%
B=40.23%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal511081070.5300.010.58178.9535.8531.18
Hex336C6B35013Ab3241f
Octal631541536501722634437
Binary11001111011001101011110101011110101011001110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #336C6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,108,107); }

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

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

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

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

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

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

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