#348478

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

Shades of Genoa #348478

Tints of Genoa #348478

Color information

#348478 (or 0x348478) is unknown color: approx Genoa. HEX triplet: 34, 84 and 78. RGB value is (52,132,120). Sum of RGB (Red+Green+Blue) = 52+132+120=304 (40% of max value = 765). Red value is 52 (20.70% from 255 or 17.11% from 304); Green value is 132 (51.95% from 255 or 43.42% from 304); Blue value is 120 (47.27% from 255 or 39.47% from 304); Max value from RGB is 132 - color contains mainly: green. Hex color #348478 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #348478 is #CB7B87. Grayscale: #6A6A6A. Windows color (decimal): -13335432 or 7898164. OLE color: 7898164.

HSL color Cylindrical-coordinate representation of color #348478: hue angle of 171º degrees, saturation: 0.43, 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 #348478 is Cyan = 0.61, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.48.

Color convert

RGB52132120-
CMYK0.6100.090.48
HSL171º43.48%36.08%-
HSV(B)171º60.61%51.76%-
XYZ13.0618.5920.67-
YUV106.71135.588.98-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.11%
GREEN value IS 132 (51.95% from 255) = 43.42%
BLUE value IS 120 (47.27% from 255) = 39.47%
R=17.11%
G=43.42%
B=39.47%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal521321200.6100.090.4817143.4836.08
Hex3484783D0930ab2b24
Octal6420417075011602535344
Binary1101001000010011110001111010100111000010101011101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #348478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #348478; }

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

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

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

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

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

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

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

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