#33726F

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

Shades of Genoa #33726F

Tints of Genoa #33726F

Color information

#33726F (or 0x33726F) is unknown color: approx Genoa. HEX triplet: 33, 72 and 6F. RGB value is (51,114,111). Sum of RGB (Red+Green+Blue) = 51+114+111=276 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.48% from 276); Green value is 114 (44.92% from 255 or 41.30% from 276); Blue value is 111 (43.75% from 255 or 40.22% from 276); Max value from RGB is 114 - color contains mainly: green. Hex color #33726F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #33726F is #CC8D90. Grayscale: #5E5E5E. Windows color (decimal): -13405585 or 7303731. OLE color: 7303731.

HSL color Cylindrical-coordinate representation of color #33726F: hue angle of 177.14º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #33726F is Cyan = 0.55, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.55.

Color convert

RGB51114111-
CMYK0.5500.030.55
HSL177.14º38.18%32.35%-
HSV(B)177.14º55.26%44.71%-
XYZ10.2513.8917.18-
YUV94.82137.1396.74-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 18.48%
GREEN value IS 114 (44.92% from 255) = 41.30%
BLUE value IS 111 (43.75% from 255) = 40.22%
R=18.48%
G=41.30%
B=40.22%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal511141110.5500.030.55177.1438.1832.35
Hex33726F370337b12620
Octal631621576703672614640
Binary1100111110010110111111011101111011110110001100110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33726F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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