#33726B

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

Shades of Genoa #33726B

Tints of Genoa #33726B

Color information

#33726B (or 0x33726B) is unknown color: approx Genoa. HEX triplet: 33, 72 and 6B. RGB value is (51,114,107). Sum of RGB (Red+Green+Blue) = 51+114+107=272 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.75% from 272); Green value is 114 (44.92% from 255 or 41.91% from 272); Blue value is 107 (42.19% from 255 or 39.34% from 272); Max value from RGB is 114 - color contains mainly: green. Hex color #33726B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #33726B is #CC8D94. Grayscale: #5E5E5E. Windows color (decimal): -13405589 or 7041587. OLE color: 7041587.

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

Color convert

RGB51114107-
CMYK0.5500.060.55
HSL173.33º38.18%32.35%-
HSV(B)173.33º55.26%44.71%-
XYZ10.0413.816.04-
YUV94.36135.1397.07-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 18.75%
GREEN value IS 114 (44.92% from 255) = 41.91%
BLUE value IS 107 (42.19% from 255) = 39.34%
R=18.75%
G=41.91%
B=39.34%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal511141070.5500.060.55173.3338.1832.35
Hex33726B370637ad2620
Octal631621536706672554640
Binary11001111100101101011110111011011011110101101100110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33726B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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