#348779

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

Shades of Genoa #348779

Tints of Genoa #348779

Color information

#348779 (or 0x348779) is unknown color: approx Genoa. HEX triplet: 34, 87 and 79. RGB value is (52,135,121). Sum of RGB (Red+Green+Blue) = 52+135+121=308 (40% of max value = 765). Red value is 52 (20.70% from 255 or 16.88% from 308); Green value is 135 (53.12% from 255 or 43.83% from 308); Blue value is 121 (47.66% from 255 or 39.29% from 308); Max value from RGB is 135 - color contains mainly: green. Hex color #348779 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #348779 is #CB7886. Grayscale: #6C6C6C. Windows color (decimal): -13334663 or 7964468. OLE color: 7964468.

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

Color convert

RGB52135121-
CMYK0.6100.100.47
HSL169.88º44.39%36.67%-
HSV(B)169.88º61.48%52.94%-
XYZ13.5319.4421.13-
YUV108.5913587.64-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16.88%
GREEN value IS 135 (53.12% from 255) = 43.83%
BLUE value IS 121 (47.66% from 255) = 39.29%
R=16.88%
G=43.83%
B=39.29%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal521351210.6100.100.47169.8844.3936.67
Hex3487793D0A2Faa2c25
Octal6420717175012572525445
Binary1101001000011111110011111010101010111110101010101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #348779

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #348779; }

 p { color: rgb(52,135,121); }

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

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

 a { background-color: rgb(52,135,121); }

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

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

 span { border-color: rgb(52,135,121); }

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