#33715F

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

Shades of Genoa #33715F

Tints of Genoa #33715F

Color information

#33715F (or 0x33715F) is unknown color: approx Genoa. HEX triplet: 33, 71 and 5F. RGB value is (51,113,95). Sum of RGB (Red+Green+Blue) = 51+113+95=259 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.69% from 259); Green value is 113 (44.53% from 255 or 43.63% from 259); Blue value is 95 (37.5% from 255 or 36.68% from 259); Max value from RGB is 113 - color contains mainly: green. Hex color #33715F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #33715F is #CC8EA0. Grayscale: #5C5C5C. Windows color (decimal): -13405857 or 6254899. OLE color: 6254899.

HSL color Cylindrical-coordinate representation of color #33715F: hue angle of 162.58º 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 #33715F is Cyan = 0.55, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.56.

Color convert

RGB5111395-
CMYK0.5500.160.56
HSL162.58º37.8%32.16%-
HSV(B)162.58º54.87%44.31%-
XYZ9.3413.3412.91-
YUV92.41129.4698.46-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 19.69%
GREEN value IS 113 (44.53% from 255) = 43.63%
BLUE value IS 95 (37.5% from 255) = 36.68%
R=19.69%
G=43.63%
B=36.68%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal51113950.5500.160.56162.5837.832.16
Hex33715F3701038a32620
Octal6316113767020702434640
Binary1100111110001101111111011101000011100010100011100110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33715F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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