Html Css Color HEX #328370 Genoa

📋 copy color: '#328370'

red 50 ◦ green 131 ◦ blue 112

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

Shades of Genoa #328370

Tints of Genoa #328370

RGB

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

 GREEN value IS 131 (51.56% from 255) = 44.71%

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

R = 17.06%
G = 44.71%
B = 38.23%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.15

 K value IS 0.49

RGB Variations

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

Color information

#328370 (or 0x328370) is known color: Genoa. HEX triplet: 32, 83 and 70. RGB value is (50,131,112). Sum of RGB (Red+Green+Blue) = 50+131+112=293 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.06% from 293); Green value is 131 (51.56% from 255 or 44.71% from 293); Blue value is 112 (44.14% from 255 or 38.23% from 293); Max value from RGB is 131 - color contains mainly: green. Hex color #328370 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #328370 is #CD7C8F. Grayscale: #686868. Windows color (decimal): -13466768 or 7373618. OLE color: 7373618.

HSL color Cylindrical-coordinate representation of color #328370: hue angle of 165.93º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #328370 is Cyan = 0.62, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.49.

Color convert

RGB 50 131 112 -
CMYK 0.62 0 0.15 0.49
HSL 165.93º 0.45% 0.35% -
HSV(B) 165.93º 0.62% 0.51% -
XYZ 12.36 18.08 18.17 -
YUV 104.62 132.16 89.04 -
System Red Green Blue C M Y K H S L
Decimal 50 131 112 0.62 0 0.15 0.49 165.93 0.45 0.35
Hex 32 83 70 3E 0 F 31 A6 2D 23
Octal 62 203 160 76 0 17 61 246 55 43
Binary 110010 10000011 1110000 111110 0 1111 110001 10100110 101101 100011

Color Harmonies of #328370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328370

Black with #328370

Text Example


Text Example

White with #328370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #328370; }

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

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

background-color css

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

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

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

border-color css

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

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

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