#347270

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

Shades of Genoa #347270

Tints of Genoa #347270

Color information

#347270 (or 0x347270) is unknown color: approx Genoa. HEX triplet: 34, 72 and 70. RGB value is (52,114,112). Sum of RGB (Red+Green+Blue) = 52+114+112=278 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.71% from 278); Green value is 114 (44.92% from 255 or 41.01% from 278); Blue value is 112 (44.14% from 255 or 40.29% from 278); Max value from RGB is 114 - color contains mainly: green. Hex color #347270 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #347270 is #CB8D8F. Grayscale: #5F5F5F. Windows color (decimal): -13340048 or 7369268. OLE color: 7369268.

HSL color Cylindrical-coordinate representation of color #347270: hue angle of 178.06º degrees, saturation: 0.37, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #347270 is Cyan = 0.54, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.55.

Color convert

RGB52114112-
CMYK0.5400.020.55
HSL178.06º37.35%32.55%-
HSV(B)178.06º54.39%44.71%-
XYZ10.3613.9317.47-
YUV95.23137.4697.16-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 18.71%
GREEN value IS 114 (44.92% from 255) = 41.01%
BLUE value IS 112 (44.14% from 255) = 40.29%
R=18.71%
G=41.01%
B=40.29%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal521141120.5400.020.55178.0637.3532.55
Hex347270360237b22521
Octal641621606602672624541
Binary1101001110010111000011011001011011110110010100101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #347270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #347270; }

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

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

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

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

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

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

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

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