#348074

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

Shades of Genoa #348074

Tints of Genoa #348074

Color information

#348074 (or 0x348074) is unknown color: approx Genoa. HEX triplet: 34, 80 and 74. RGB value is (52,128,116). Sum of RGB (Red+Green+Blue) = 52+128+116=296 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.57% from 296); Green value is 128 (50.39% from 255 or 43.24% from 296); Blue value is 116 (45.70% from 255 or 39.19% from 296); Max value from RGB is 128 - color contains mainly: green. Hex color #348074 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #348074 is #CB7F8B. Grayscale: #676767. Windows color (decimal): -13336460 or 7634996. OLE color: 7634996.

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

Color convert

RGB52128116-
CMYK0.5900.090.50
HSL170.53º42.22%35.29%-
HSV(B)170.53º59.38%50.2%-
XYZ12.2917.4319.24-
YUV103.91134.8290.98-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.57%
GREEN value IS 128 (50.39% from 255) = 43.24%
BLUE value IS 116 (45.70% from 255) = 39.19%
R=17.57%
G=43.24%
B=39.19%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal521281160.5900.090.50170.5342.2235.29
Hex3480743B0932ab2a23
Octal6420016473011622535243
Binary1101001000000011101001110110100111001010101011101010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #348074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #348074; }

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

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

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

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

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

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

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

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