#347361

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

Shades of Genoa #347361

Tints of Genoa #347361

Color information

#347361 (or 0x347361) is unknown color: approx Genoa. HEX triplet: 34, 73 and 61. RGB value is (52,115,97). Sum of RGB (Red+Green+Blue) = 52+115+97=264 (34% of max value = 765). Red value is 52 (20.70% from 255 or 19.70% from 264); Green value is 115 (45.31% from 255 or 43.56% from 264); Blue value is 97 (38.28% from 255 or 36.74% from 264); Max value from RGB is 115 - color contains mainly: green. Hex color #347361 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #347361 is #CB8C9E. Grayscale: #5E5E5E. Windows color (decimal): -13339807 or 6386484. OLE color: 6386484.

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

Color convert

RGB5211597-
CMYK0.5500.160.55
HSL162.86º37.72%32.75%-
HSV(B)162.86º54.78%45.1%-
XYZ9.713.8513.47-
YUV94.11129.6397.96-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 19.70%
GREEN value IS 115 (45.31% from 255) = 43.56%
BLUE value IS 97 (38.28% from 255) = 36.74%
R=19.70%
G=43.56%
B=36.74%

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
Decimal52115970.5500.160.55162.8637.7232.75
Hex3473613701037a32621
Octal6416314167020672434641
Binary1101001110011110000111011101000011011110100011100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #347361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #347361; }

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

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

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

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

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

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

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

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