#348173

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

Shades of Genoa #348173

Tints of Genoa #348173

Color information

#348173 (or 0x348173) is unknown color: approx Genoa. HEX triplet: 34, 81 and 73. RGB value is (52,129,115). Sum of RGB (Red+Green+Blue) = 52+129+115=296 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.57% from 296); Green value is 129 (50.78% from 255 or 43.58% from 296); Blue value is 115 (45.31% from 255 or 38.85% from 296); Max value from RGB is 129 - color contains mainly: green. Hex color #348173 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #348173 is #CB7E8C. Grayscale: #686868. Windows color (decimal): -13336205 or 7569716. OLE color: 7569716.

HSL color Cylindrical-coordinate representation of color #348173: hue angle of 169.09º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #348173 is Cyan = 0.60, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.49.

Color convert

RGB52129115-
CMYK0.6000.110.49
HSL169.09º42.54%35.49%-
HSV(B)169.09º59.69%50.59%-
XYZ12.3617.6718.98-
YUV104.38133.9990.64-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.57%
GREEN value IS 129 (50.78% from 255) = 43.58%
BLUE value IS 115 (45.31% from 255) = 38.85%
R=17.57%
G=43.58%
B=38.85%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal521291150.6000.110.49169.0942.5435.49
Hex3481733C0B31a92b23
Octal6420116374013612515343
Binary1101001000000111100111111000101111000110101001101011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #348173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #348173; }

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

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

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

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

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

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

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

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