#348071

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

Shades of Genoa #348071

Tints of Genoa #348071

Color information

#348071 (or 0x348071) is unknown color: approx Genoa. HEX triplet: 34, 80 and 71. RGB value is (52,128,113). Sum of RGB (Red+Green+Blue) = 52+128+113=293 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.75% from 293); Green value is 128 (50.39% from 255 or 43.69% from 293); Blue value is 113 (44.53% from 255 or 38.57% from 293); Max value from RGB is 128 - color contains mainly: green. Hex color #348071 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #348071 is #CB7F8E. Grayscale: #676767. Windows color (decimal): -13336463 or 7438388. OLE color: 7438388.

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

Color convert

RGB52128113-
CMYK0.5900.120.50
HSL168.16º42.22%35.29%-
HSV(B)168.16º59.38%50.2%-
XYZ12.1217.3618.34-
YUV103.57133.3291.22-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.75%
GREEN value IS 128 (50.39% from 255) = 43.69%
BLUE value IS 113 (44.53% from 255) = 38.57%
R=17.75%
G=43.69%
B=38.57%

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
Decimal521281130.5900.120.50168.1642.2235.29
Hex3480713B0C32a82a23
Octal6420016173014622505243
Binary1101001000000011100011110110110011001010101000101010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #348071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #348071; }

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

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

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

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

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

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

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

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