#33726E

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

Shades of Genoa #33726E

Tints of Genoa #33726E

Color information

#33726E (or 0x33726E) is unknown color: approx Genoa. HEX triplet: 33, 72 and 6E. RGB value is (51,114,110). Sum of RGB (Red+Green+Blue) = 51+114+110=275 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.55% from 275); Green value is 114 (44.92% from 255 or 41.45% from 275); Blue value is 110 (43.36% from 255 or 40% from 275); Max value from RGB is 114 - color contains mainly: green. Hex color #33726E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #33726E is #CC8D91. Grayscale: #5E5E5E. Windows color (decimal): -13405586 or 7238195. OLE color: 7238195.

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

Color convert

RGB51114110-
CMYK0.5500.040.55
HSL176.19º38.18%32.35%-
HSV(B)176.19º55.26%44.71%-
XYZ10.213.8616.89-
YUV94.71136.6396.83-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 18.55%
GREEN value IS 114 (44.92% from 255) = 41.45%
BLUE value IS 110 (43.36% from 255) = 40%
R=18.55%
G=41.45%
B=40%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal511141100.5500.040.55176.1938.1832.35
Hex33726E370437b02620
Octal631621566704672604640
Binary11001111100101101110110111010011011110110000100110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33726E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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