#33715E

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

Shades of Genoa #33715E

Tints of Genoa #33715E

Color information

#33715E (or 0x33715E) is unknown color: approx Genoa. HEX triplet: 33, 71 and 5E. RGB value is (51,113,94). Sum of RGB (Red+Green+Blue) = 51+113+94=258 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.77% from 258); Green value is 113 (44.53% from 255 or 43.80% from 258); Blue value is 94 (37.11% from 255 or 36.43% from 258); Max value from RGB is 113 - color contains mainly: green. Hex color #33715E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #33715E is #CC8EA1. Grayscale: #5C5C5C. Windows color (decimal): -13405858 or 6189363. OLE color: 6189363.

HSL color Cylindrical-coordinate representation of color #33715E: hue angle of 161.61º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #33715E is Cyan = 0.55, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.56.

Color convert

RGB5111394-
CMYK0.5500.170.56
HSL161.61º37.8%32.16%-
HSV(B)161.61º54.87%44.31%-
XYZ9.2913.3212.67-
YUV92.3128.9698.54-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 19.77%
GREEN value IS 113 (44.53% from 255) = 43.80%
BLUE value IS 94 (37.11% from 255) = 36.43%
R=19.77%
G=43.80%
B=36.43%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal51113940.5500.170.56161.6137.832.16
Hex33715E3701138a22620
Octal6316113667021702424640
Binary1100111110001101111011011101000111100010100010100110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33715E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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