#347370

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

Shades of Genoa #347370

Tints of Genoa #347370

Color information

#347370 (or 0x347370) is unknown color: approx Genoa. HEX triplet: 34, 73 and 70. RGB value is (52,115,112). Sum of RGB (Red+Green+Blue) = 52+115+112=279 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.64% from 279); Green value is 115 (45.31% from 255 or 41.22% from 279); Blue value is 112 (44.14% from 255 or 40.14% from 279); Max value from RGB is 115 - color contains mainly: green. Hex color #347370 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #347370 is #CB8C8F. Grayscale: #5F5F5F. Windows color (decimal): -13339792 or 7369524. OLE color: 7369524.

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

Color convert

RGB52115112-
CMYK0.5500.030.55
HSL177.14º37.72%32.75%-
HSV(B)177.14º54.78%45.1%-
XYZ10.4714.1617.51-
YUV95.82137.1396.74-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 18.64%
GREEN value IS 115 (45.31% from 255) = 41.22%
BLUE value IS 112 (44.14% from 255) = 40.14%
R=18.64%
G=41.22%
B=40.14%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal521151120.5500.030.55177.1437.7232.75
Hex347370370337b12621
Octal641631606703672614641
Binary1101001110011111000011011101111011110110001100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #347370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #347370; }

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

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

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

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

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

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

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

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