#347360

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

Shades of Genoa #347360

Tints of Genoa #347360

Color information

#347360 (or 0x347360) is unknown color: approx Genoa. HEX triplet: 34, 73 and 60. RGB value is (52,115,96). Sum of RGB (Red+Green+Blue) = 52+115+96=263 (34% of max value = 765). Red value is 52 (20.70% from 255 or 19.77% from 263); Green value is 115 (45.31% from 255 or 43.73% from 263); Blue value is 96 (37.89% from 255 or 36.50% from 263); Max value from RGB is 115 - color contains mainly: green. Hex color #347360 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #347360 is #CB8C9F. Grayscale: #5E5E5E. Windows color (decimal): -13339808 or 6320948. OLE color: 6320948.

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

Color convert

RGB5211596-
CMYK0.5500.170.55
HSL161.9º37.72%32.75%-
HSV(B)161.9º54.78%45.1%-
XYZ9.6613.8413.23-
YUV94129.1398.04-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 19.77%
GREEN value IS 115 (45.31% from 255) = 43.73%
BLUE value IS 96 (37.89% from 255) = 36.50%
R=19.77%
G=43.73%
B=36.50%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal52115960.5500.170.55161.937.7232.75
Hex3473603701137a22621
Octal6416314067021672424641
Binary1101001110011110000011011101000111011110100010100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #347360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #347360; }

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

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

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

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

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

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

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

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