Html Css Color HEX #327560 Genoa

📋 copy color: '#327560'

red 50 ◦ green 117 ◦ blue 96

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

Shades of Genoa #327560

Tints of Genoa #327560

RGB

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

 GREEN value IS 117 (46.09% from 255) = 44.49%

 BLUE value IS 96 (37.89% from 255) = 36.5%

R = 19.01%
G = 44.49%
B = 36.5%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.18

 K value IS 0.54

RGB Variations

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

Color information

#327560 (or 0x327560) is known color: Genoa. HEX triplet: 32, 75 and 60. RGB value is (50,117,96). Sum of RGB (Red+Green+Blue) = 50+117+96=263 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.01% from 263); Green value is 117 (46.09% from 255 or 44.49% from 263); Blue value is 96 (37.89% from 255 or 36.50% from 263); Max value from RGB is 117 - color contains mainly: green. Hex color #327560 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #327560 is #CD8A9F. Grayscale: #5E5E5E. Windows color (decimal): -13470368 or 6321458. OLE color: 6321458.

HSL color Cylindrical-coordinate representation of color #327560: hue angle of 161.19º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #327560 is Cyan = 0.57, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.54.

Color convert

RGB 50 117 96 -
CMYK 0.57 0 0.18 0.54
HSL 161.19º 0.4% 0.33% -
HSV(B) 161.19º 0.57% 0.46% -
XYZ 9.79 14.25 13.3 -
YUV 94.57 128.8 96.21 -
System Red Green Blue C M Y K H S L
Decimal 50 117 96 0.57 0 0.18 0.54 161.19 0.4 0.33
Hex 32 75 60 39 0 12 36 A1 28 21
Octal 62 165 140 71 0 22 66 241 50 41
Binary 110010 1110101 1100000 111001 0 10010 110110 10100001 101000 100001

Color Harmonies of #327560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327560

Black with #327560

Text Example


Text Example

White with #327560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #327560; }

 p { color: rgb(50,117,96); }

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

background-color css

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

 a { background-color: rgb(50,117,96); }

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

border-color css

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

 span { border-color: rgb(50,117,96); }

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