#347966

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

Shades of Genoa #347966

Tints of Genoa #347966

Color information

#347966 (or 0x347966) is unknown color: approx Genoa. HEX triplet: 34, 79 and 66. RGB value is (52,121,102). Sum of RGB (Red+Green+Blue) = 52+121+102=275 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.91% from 275); Green value is 121 (47.66% from 255 or 44% from 275); Blue value is 102 (40.23% from 255 or 37.09% from 275); Max value from RGB is 121 - color contains mainly: green. Hex color #347966 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #347966 is #CB8699. Grayscale: #626262. Windows color (decimal): -13338266 or 6715700. OLE color: 6715700.

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

Color convert

RGB52121102-
CMYK0.5700.160.53
HSL163.48º39.88%33.92%-
HSV(B)163.48º57.02%47.45%-
XYZ10.6515.3614.97-
YUV98.2130.1495.04-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 18.91%
GREEN value IS 121 (47.66% from 255) = 44%
BLUE value IS 102 (40.23% from 255) = 37.09%
R=18.91%
G=44%
B=37.09%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal521211020.5700.160.53163.4839.8833.92
Hex3479663901035a32822
Octal6417114671020652435042
Binary1101001111001110011011100101000011010110100011101000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #347966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #347966; }

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

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

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

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

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

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

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

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