#347962

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

Shades of Genoa #347962

Tints of Genoa #347962

Color information

#347962 (or 0x347962) is unknown color: approx Genoa. HEX triplet: 34, 79 and 62. RGB value is (52,121,98). Sum of RGB (Red+Green+Blue) = 52+121+98=271 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.19% from 271); Green value is 121 (47.66% from 255 or 44.65% from 271); Blue value is 98 (38.67% from 255 or 36.16% from 271); Max value from RGB is 121 - color contains mainly: green. Hex color #347962 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #347962 is #CB869D. Grayscale: #616161. Windows color (decimal): -13338270 or 6453556. OLE color: 6453556.

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

Color convert

RGB5212198-
CMYK0.5700.190.53
HSL160º39.88%33.92%-
HSV(B)160º57.02%47.45%-
XYZ10.4615.2913.95-
YUV97.75128.1495.37-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 19.19%
GREEN value IS 121 (47.66% from 255) = 44.65%
BLUE value IS 98 (38.67% from 255) = 36.16%
R=19.19%
G=44.65%
B=36.16%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal52121980.5700.190.5316039.8833.92
Hex3479623901335a02822
Octal6417114271023652405042
Binary1101001111001110001011100101001111010110100000101000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #347962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #347962; }

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

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

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

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

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

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

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

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