#33746F

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

Shades of Genoa #33746F

Tints of Genoa #33746F

Color information

#33746F (or 0x33746F) is unknown color: approx Genoa. HEX triplet: 33, 74 and 6F. RGB value is (51,116,111). Sum of RGB (Red+Green+Blue) = 51+116+111=278 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.35% from 278); Green value is 116 (45.70% from 255 or 41.73% from 278); Blue value is 111 (43.75% from 255 or 39.93% from 278); Max value from RGB is 116 - color contains mainly: green. Hex color #33746F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #33746F is #CC8B90. Grayscale: #5F5F5F. Windows color (decimal): -13405073 or 7304243. OLE color: 7304243.

HSL color Cylindrical-coordinate representation of color #33746F: hue angle of 175.38º 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 #33746F is Cyan = 0.56, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.55.

Color convert

RGB51116111-
CMYK0.5600.040.55
HSL175.38º38.92%32.75%-
HSV(B)175.38º56.03%45.49%-
XYZ10.4814.3417.25-
YUV95.99136.4795.91-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 18.35%
GREEN value IS 116 (45.70% from 255) = 41.73%
BLUE value IS 111 (43.75% from 255) = 39.93%
R=18.35%
G=41.73%
B=39.93%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal511161110.5600.040.55175.3838.9232.75
Hex33746F380437af2721
Octal631641577004672574741
Binary11001111101001101111111000010011011110101111100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33746F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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