#348070

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

Shades of Genoa #348070

Tints of Genoa #348070

Color information

#348070 (or 0x348070) is unknown color: approx Genoa. HEX triplet: 34, 80 and 70. RGB value is (52,128,112). Sum of RGB (Red+Green+Blue) = 52+128+112=292 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.81% from 292); Green value is 128 (50.39% from 255 or 43.84% from 292); Blue value is 112 (44.14% from 255 or 38.36% from 292); Max value from RGB is 128 - color contains mainly: green. Hex color #348070 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #348070 is #CB7F8F. Grayscale: #676767. Windows color (decimal): -13336464 or 7372852. OLE color: 7372852.

HSL color Cylindrical-coordinate representation of color #348070: hue angle of 167.37º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #348070 is Cyan = 0.59, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.50.

Color convert

RGB52128112-
CMYK0.5900.120.50
HSL167.37º42.22%35.29%-
HSV(B)167.37º59.38%50.2%-
XYZ12.0617.3418.04-
YUV103.45132.8291.3-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.81%
GREEN value IS 128 (50.39% from 255) = 43.84%
BLUE value IS 112 (44.14% from 255) = 38.36%
R=17.81%
G=43.84%
B=38.36%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal521281120.5900.120.50167.3742.2235.29
Hex3480703B0C32a72a23
Octal6420016073014622475243
Binary1101001000000011100001110110110011001010100111101010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #348070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #348070; }

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

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

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

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

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

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

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

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