#34716f

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

Shades of Genoa #34716F

Tints of Genoa #34716F

Color information

#34716F (or 0x34716F) is unknown color: approx Genoa. HEX triplet: 34, 71 and 6F. RGB value is (52,113,111). Sum of RGB (Red+Green+Blue) = 52+113+111=276 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.84% from 276); Green value is 113 (44.53% from 255 or 40.94% from 276); Blue value is 111 (43.75% from 255 or 40.22% from 276); Max value from RGB is 113 - color contains mainly: green. Hex color #34716F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34716F is #CB8E90. Grayscale: #5E5E5E. Windows color (decimal): -13340305 or 7303476. OLE color: 7303476.

HSL color Cylindrical-coordinate representation of color #34716F: hue angle of 178.03º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #34716F is Cyan = 0.54, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.56.

Color convert

RGB52113111-
CMYK0.5400.020.56
HSL178.03º36.97%32.35%-
HSV(B)178.03º53.98%44.31%-
XYZ10.1913.6917.14-
YUV94.53137.2997.66-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 18.84%
GREEN value IS 113 (44.53% from 255) = 40.94%
BLUE value IS 111 (43.75% from 255) = 40.22%
R=18.84%
G=40.94%
B=40.22%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal521131110.5400.020.56178.0336.9732.35
Hex34716F360238b22520
Octal641611576602702624540
Binary1101001110001110111111011001011100010110010100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34716f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34716f; }

 p { color: rgb(52,113,111); }

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

<style>
 a { background-color: #34716f; }

 a { background-color: rgb(52,113,111); }

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

<style>
 span { border-color: #34716f; }

 span { border-color: rgb(52,113,111); }

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