#348577

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

Shades of Genoa #348577

Tints of Genoa #348577

Color information

#348577 (or 0x348577) is unknown color: approx Genoa. HEX triplet: 34, 85 and 77. RGB value is (52,133,119). Sum of RGB (Red+Green+Blue) = 52+133+119=304 (40% of max value = 765). Red value is 52 (20.70% from 255 or 17.11% from 304); Green value is 133 (52.34% from 255 or 43.75% from 304); Blue value is 119 (46.88% from 255 or 39.14% from 304); Max value from RGB is 133 - color contains mainly: green. Hex color #348577 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #348577 is #CB7A88. Grayscale: #6B6B6B. Windows color (decimal): -13335177 or 7832884. OLE color: 7832884.

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

Color convert

RGB52133119-
CMYK0.6100.110.48
HSL169.63º43.78%36.27%-
HSV(B)169.63º60.9%52.16%-
XYZ13.1318.8420.4-
YUV107.18134.6688.64-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.11%
GREEN value IS 133 (52.34% from 255) = 43.75%
BLUE value IS 119 (46.88% from 255) = 39.14%
R=17.11%
G=43.75%
B=39.14%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal521331190.6100.110.48169.6343.7836.27
Hex3485773D0B30aa2c24
Octal6420516775013602525444
Binary1101001000010111101111111010101111000010101010101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #348577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #348577; }

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

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

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

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

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

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

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

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