#347461

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

Shades of Genoa #347461

Tints of Genoa #347461

Color information

#347461 (or 0x347461) is unknown color: approx Genoa. HEX triplet: 34, 74 and 61. RGB value is (52,116,97). Sum of RGB (Red+Green+Blue) = 52+116+97=265 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.62% from 265); Green value is 116 (45.70% from 255 or 43.77% from 265); Blue value is 97 (38.28% from 255 or 36.60% from 265); Max value from RGB is 116 - color contains mainly: green. Hex color #347461 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #347461 is #CB8B9E. Grayscale: #5E5E5E. Windows color (decimal): -13339551 or 6386740. OLE color: 6386740.

HSL color Cylindrical-coordinate representation of color #347461: hue angle of 162.19º degrees, saturation: 0.38, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #347461 is Cyan = 0.55, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.55.

Color convert

RGB5211697-
CMYK0.5500.160.55
HSL162.19º38.1%32.94%-
HSV(B)162.19º55.17%45.49%-
XYZ9.8214.0813.51-
YUV94.7129.397.54-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 19.62%
GREEN value IS 116 (45.70% from 255) = 43.77%
BLUE value IS 97 (38.28% from 255) = 36.60%
R=19.62%
G=43.77%
B=36.60%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal52116970.5500.160.55162.1938.132.94
Hex3474613701037a22621
Octal6416414167020672424641
Binary1101001110100110000111011101000011011110100010100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #347461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #347461; }

 p { color: rgb(52,116,97); }

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

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

 a { background-color: rgb(52,116,97); }

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

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

 span { border-color: rgb(52,116,97); }

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