Html Css Color HEX #328570 Genoa

📋 copy color: '#328570'

red 50 ◦ green 133 ◦ blue 112

#328570
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Genoa #328570

Tints of Genoa #328570

RGB

 RED value IS 50 (19.92% from 255) = 16.95%

 GREEN value IS 133 (52.34% from 255) = 45.08%

 BLUE value IS 112 (44.14% from 255) = 37.97%

R = 16.95%
G = 45.08%
B = 37.97%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.16

 K value IS 0.48

RGB Variations

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

Color information

#328570 (or 0x328570) is known color: Genoa. HEX triplet: 32, 85 and 70. RGB value is (50,133,112). Sum of RGB (Red+Green+Blue) = 50+133+112=295 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.95% from 295); Green value is 133 (52.34% from 255 or 45.08% from 295); Blue value is 112 (44.14% from 255 or 37.97% from 295); Max value from RGB is 133 - color contains mainly: green. Hex color #328570 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #328570 is #CD7A8F. Grayscale: #696969. Windows color (decimal): -13466256 or 7374130. OLE color: 7374130.

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

Color convert

RGB 50 133 112 -
CMYK 0.62 0 0.16 0.48
HSL 164.82º 0.45% 0.36% -
HSV(B) 164.82º 0.62% 0.52% -
XYZ 12.63 18.62 18.26 -
YUV 105.79 131.5 88.21 -
System Red Green Blue C M Y K H S L
Decimal 50 133 112 0.62 0 0.16 0.48 164.82 0.45 0.36
Hex 32 85 70 3E 0 10 30 A5 2D 24
Octal 62 205 160 76 0 20 60 245 55 44
Binary 110010 10000101 1110000 111110 0 10000 110000 10100101 101101 100100

Color Harmonies of #328570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328570

Black with #328570

Text Example


Text Example

White with #328570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #328570; }

 p { color: rgb(50,133,112); }

 H1.HeaderClassName
 {
   color: #328570;
 }
 .AnyTagClassName
 {
   color: #328570;
 }
</style>

background-color css

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

 a { background-color: rgb(50,133,112); }

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

border-color css

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

 span { border-color: rgb(50,133,112); }

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