#347965

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

Shades of Genoa #347965

Tints of Genoa #347965

Color information

#347965 (or 0x347965) is unknown color: approx Genoa. HEX triplet: 34, 79 and 65. RGB value is (52,121,101). Sum of RGB (Red+Green+Blue) = 52+121+101=274 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.98% from 274); Green value is 121 (47.66% from 255 or 44.16% from 274); Blue value is 101 (39.84% from 255 or 36.86% from 274); Max value from RGB is 121 - color contains mainly: green. Hex color #347965 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #347965 is #CB869A. Grayscale: #626262. Windows color (decimal): -13338267 or 6650164. OLE color: 6650164.

HSL color Cylindrical-coordinate representation of color #347965: hue angle of 162.61º degrees, saturation: 0.4, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #347965 is Cyan = 0.57, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.53.

Color convert

RGB52121101-
CMYK0.5700.170.53
HSL162.61º39.88%33.92%-
HSV(B)162.61º57.02%47.45%-
XYZ10.615.3414.71-
YUV98.09129.6495.13-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 18.98%
GREEN value IS 121 (47.66% from 255) = 44.16%
BLUE value IS 101 (39.84% from 255) = 36.86%
R=18.98%
G=44.16%
B=36.86%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal521211010.5700.170.53162.6139.8833.92
Hex3479653901135a32822
Octal6417114571021652435042
Binary1101001111001110010111100101000111010110100011101000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #347965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #347965; }

 p { color: rgb(52,121,101); }

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

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

 a { background-color: rgb(52,121,101); }

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

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

 span { border-color: rgb(52,121,101); }

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