#33746D

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

Shades of Genoa #33746D

Tints of Genoa #33746D

Color information

#33746D (or 0x33746D) is unknown color: approx Genoa. HEX triplet: 33, 74 and 6D. RGB value is (51,116,109). Sum of RGB (Red+Green+Blue) = 51+116+109=276 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.48% from 276); Green value is 116 (45.70% from 255 or 42.03% from 276); Blue value is 109 (42.97% from 255 or 39.49% from 276); Max value from RGB is 116 - color contains mainly: green. Hex color #33746D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #33746D is #CC8B92. Grayscale: #5F5F5F. Windows color (decimal): -13405075 or 7173171. OLE color: 7173171.

HSL color Cylindrical-coordinate representation of color #33746D: hue angle of 173.54º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #33746D is Cyan = 0.56, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.55.

Color convert

RGB51116109-
CMYK0.5600.060.55
HSL173.54º38.92%32.75%-
HSV(B)173.54º56.03%45.49%-
XYZ10.3714.316.68-
YUV95.77135.4796.07-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 18.48%
GREEN value IS 116 (45.70% from 255) = 42.03%
BLUE value IS 109 (42.97% from 255) = 39.49%
R=18.48%
G=42.03%
B=39.49%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal511161090.5600.060.55173.5438.9232.75
Hex33746D380637ae2721
Octal631641557006672564741
Binary11001111101001101101111000011011011110101110100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33746D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33746D; }

 p { color: rgb(51,116,109); }

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

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

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

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

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

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

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