#347062

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

Shades of Genoa #347062

Tints of Genoa #347062

Color information

#347062 (or 0x347062) is unknown color: approx Genoa. HEX triplet: 34, 70 and 62. RGB value is (52,112,98). Sum of RGB (Red+Green+Blue) = 52+112+98=262 (34% of max value = 765). Red value is 52 (20.70% from 255 or 19.85% from 262); Green value is 112 (44.14% from 255 or 42.75% from 262); Blue value is 98 (38.67% from 255 or 37.40% from 262); Max value from RGB is 112 - color contains mainly: green. Hex color #347062 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #347062 is #CB8F9D. Grayscale: #5C5C5C. Windows color (decimal): -13340574 or 6451252. OLE color: 6451252.

HSL color Cylindrical-coordinate representation of color #347062: hue angle of 166º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #347062 is Cyan = 0.54, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.56.

Color convert

RGB5211298-
CMYK0.5400.130.56
HSL166º36.59%32.16%-
HSV(B)166º53.57%43.92%-
XYZ9.4113.213.61-
YUV92.46131.1299.14-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 19.85%
GREEN value IS 112 (44.14% from 255) = 42.75%
BLUE value IS 98 (38.67% from 255) = 37.40%
R=19.85%
G=42.75%
B=37.40%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal52112980.5400.130.5616636.5932.16
Hex347062360D38a62520
Octal6416014266015702464540
Binary110100111000011000101101100110111100010100110100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #347062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #347062; }

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

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

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

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

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

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

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

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