#348073

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

Shades of Genoa #348073

Tints of Genoa #348073

Color information

#348073 (or 0x348073) is unknown color: approx Genoa. HEX triplet: 34, 80 and 73. RGB value is (52,128,115). Sum of RGB (Red+Green+Blue) = 52+128+115=295 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.63% from 295); Green value is 128 (50.39% from 255 or 43.39% from 295); Blue value is 115 (45.31% from 255 or 38.98% from 295); Max value from RGB is 128 - color contains mainly: green. Hex color #348073 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #348073 is #CB7F8C. Grayscale: #676767. Windows color (decimal): -13336461 or 7569460. OLE color: 7569460.

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

Color convert

RGB52128115-
CMYK0.5900.100.50
HSL169.74º42.22%35.29%-
HSV(B)169.74º59.38%50.2%-
XYZ12.2317.4118.93-
YUV103.79134.3291.06-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.63%
GREEN value IS 128 (50.39% from 255) = 43.39%
BLUE value IS 115 (45.31% from 255) = 38.98%
R=17.63%
G=43.39%
B=38.98%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal521281150.5900.100.50169.7442.2235.29
Hex3480733B0A32aa2a23
Octal6420016373012622525243
Binary1101001000000011100111110110101011001010101010101010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #348073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #348073; }

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

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

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

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

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

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

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

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