#347469

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

Shades of Genoa #347469

Tints of Genoa #347469

Color information

#347469 (or 0x347469) is unknown color: approx Genoa. HEX triplet: 34, 74 and 69. RGB value is (52,116,105). Sum of RGB (Red+Green+Blue) = 52+116+105=273 (36% of max value = 765). Red value is 52 (20.70% from 255 or 19.05% from 273); Green value is 116 (45.70% from 255 or 42.49% from 273); Blue value is 105 (41.41% from 255 or 38.46% from 273); Max value from RGB is 116 - color contains mainly: green. Hex color #347469 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #347469 is #CB8B96. Grayscale: #5F5F5F. Windows color (decimal): -13339543 or 6911028. OLE color: 6911028.

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

Color convert

RGB52116105-
CMYK0.5500.090.55
HSL169.69º38.1%32.94%-
HSV(B)169.69º55.17%45.49%-
XYZ10.2114.2415.58-
YUV95.61133.396.89-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 19.05%
GREEN value IS 116 (45.70% from 255) = 42.49%
BLUE value IS 105 (41.41% from 255) = 38.46%
R=19.05%
G=42.49%
B=38.46%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal521161050.5500.090.55169.6938.132.94
Hex347469370937aa2621
Octal6416415167011672524641
Binary110100111010011010011101110100111011110101010100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #347469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #347469; }

 p { color: rgb(52,116,105); }

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

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

 a { background-color: rgb(52,116,105); }

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

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

 span { border-color: rgb(52,116,105); }

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