#348572

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

Shades of Genoa #348572

Tints of Genoa #348572

Color information

#348572 (or 0x348572) is unknown color: approx Genoa. HEX triplet: 34, 85 and 72. RGB value is (52,133,114). Sum of RGB (Red+Green+Blue) = 52+133+114=299 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.39% from 299); Green value is 133 (52.34% from 255 or 44.48% from 299); Blue value is 114 (44.92% from 255 or 38.13% from 299); Max value from RGB is 133 - color contains mainly: green. Hex color #348572 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #348572 is #CB7A8D. Grayscale: #6A6A6A. Windows color (decimal): -13335182 or 7505204. OLE color: 7505204.

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

Color convert

RGB52133114-
CMYK0.6100.140.48
HSL165.93º43.78%36.27%-
HSV(B)165.93º60.9%52.16%-
XYZ12.8418.7218.86-
YUV106.62132.1689.04-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.39%
GREEN value IS 133 (52.34% from 255) = 44.48%
BLUE value IS 114 (44.92% from 255) = 38.13%
R=17.39%
G=44.48%
B=38.13%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal521331140.6100.140.48165.9343.7836.27
Hex3485723D0E30a62c24
Octal6420516275016602465444
Binary1101001000010111100101111010111011000010100110101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #348572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #348572; }

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

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

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

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

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

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

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

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