#348578

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

Shades of Genoa #348578

Tints of Genoa #348578

Color information

#348578 (or 0x348578) is unknown color: approx Genoa. HEX triplet: 34, 85 and 78. RGB value is (52,133,120). Sum of RGB (Red+Green+Blue) = 52+133+120=305 (40% of max value = 765). Red value is 52 (20.70% from 255 or 17.05% from 305); Green value is 133 (52.34% from 255 or 43.61% from 305); Blue value is 120 (47.27% from 255 or 39.34% from 305); Max value from RGB is 133 - color contains mainly: green. Hex color #348578 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #348578 is #CB7A87. Grayscale: #6B6B6B. Windows color (decimal): -13335176 or 7898420. OLE color: 7898420.

HSL color Cylindrical-coordinate representation of color #348578: hue angle of 170.37º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #348578 is Cyan = 0.61, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.48.

Color convert

RGB52133120-
CMYK0.6100.100.48
HSL170.37º43.78%36.27%-
HSV(B)170.37º60.9%52.16%-
XYZ13.1918.8620.71-
YUV107.3135.1688.56-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.05%
GREEN value IS 133 (52.34% from 255) = 43.61%
BLUE value IS 120 (47.27% from 255) = 39.34%
R=17.05%
G=43.61%
B=39.34%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal521331200.6100.100.48170.3743.7836.27
Hex3485783D0A30aa2c24
Octal6420517075012602525444
Binary1101001000010111110001111010101011000010101010101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #348578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #348578; }

 p { color: rgb(52,133,120); }

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

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

 a { background-color: rgb(52,133,120); }

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

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

 span { border-color: rgb(52,133,120); }

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