#33725E

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

Shades of Genoa #33725E

Tints of Genoa #33725E

Color information

#33725E (or 0x33725E) is unknown color: approx Genoa. HEX triplet: 33, 72 and 5E. RGB value is (51,114,94). Sum of RGB (Red+Green+Blue) = 51+114+94=259 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.69% from 259); Green value is 114 (44.92% from 255 or 44.02% from 259); Blue value is 94 (37.11% from 255 or 36.29% from 259); Max value from RGB is 114 - color contains mainly: green. Hex color #33725E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #33725E is #CC8DA1. Grayscale: #5C5C5C. Windows color (decimal): -13405602 or 6189619. OLE color: 6189619.

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

Color convert

RGB5111494-
CMYK0.5500.180.55
HSL160.95º38.18%32.35%-
HSV(B)160.95º55.26%44.71%-
XYZ9.413.5512.71-
YUV92.88128.6398.13-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 19.69%
GREEN value IS 114 (44.92% from 255) = 44.02%
BLUE value IS 94 (37.11% from 255) = 36.29%
R=19.69%
G=44.02%
B=36.29%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal51114940.5500.180.55160.9538.1832.35
Hex33725E3701237a12620
Octal6316213667022672414640
Binary1100111110010101111011011101001011011110100001100110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33725E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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