#33716A

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

Shades of Genoa #33716A

Tints of Genoa #33716A

Color information

#33716A (or 0x33716A) is unknown color: approx Genoa. HEX triplet: 33, 71 and 6A. RGB value is (51,113,106). Sum of RGB (Red+Green+Blue) = 51+113+106=270 (35% of max value = 765). Red value is 51 (20.31% from 255 or 18.89% from 270); Green value is 113 (44.53% from 255 or 41.85% from 270); Blue value is 106 (41.80% from 255 or 39.26% from 270); Max value from RGB is 113 - color contains mainly: green. Hex color #33716A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #33716A is #CC8E95. Grayscale: #5D5D5D. Windows color (decimal): -13405846 or 6975795. OLE color: 6975795.

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

Color convert

RGB51113106-
CMYK0.5500.060.56
HSL173.23º37.8%32.16%-
HSV(B)173.23º54.87%44.31%-
XYZ9.8713.5515.73-
YUV93.66134.9697.57-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 18.89%
GREEN value IS 113 (44.53% from 255) = 41.85%
BLUE value IS 106 (41.80% from 255) = 39.26%
R=18.89%
G=41.85%
B=39.26%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal511131060.5500.060.56173.2337.832.16
Hex33716A370638ad2620
Octal631611526706702554640
Binary11001111100011101010110111011011100010101101100110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33716A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33716A; }

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

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

<style>
 a { background-color: #33716A; }

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

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

<style>
 span { border-color: #33716A; }

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

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