Html Css Color HEX #327570 Genoa

📋 copy color: '#327570'

red 50 ◦ green 117 ◦ blue 112

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

Shades of Genoa #327570

Tints of Genoa #327570

RGB

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

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

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

R = 17.92%
G = 41.94%
B = 40.14%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.04

 K value IS 0.54

RGB Variations

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

Color information

#327570 (or 0x327570) is known color: Genoa. HEX triplet: 32, 75 and 70. RGB value is (50,117,112). Sum of RGB (Red+Green+Blue) = 50+117+112=279 (36% of max value = 765). Red value is 50 (19.92% from 255 or 17.92% from 279); Green value is 117 (46.09% from 255 or 41.94% from 279); Blue value is 112 (44.14% from 255 or 40.14% from 279); Max value from RGB is 117 - color contains mainly: green. Hex color #327570 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #327570 is #CD8A8F. Grayscale: #606060. Windows color (decimal): -13470352 or 7370034. OLE color: 7370034.

HSL color Cylindrical-coordinate representation of color #327570: hue angle of 175.52º 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 #327570 is Cyan = 0.57, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.54.

Color convert

RGB 50 117 112 -
CMYK 0.57 0 0.04 0.54
HSL 175.52º 0.4% 0.33% -
HSV(B) 175.52º 0.57% 0.46% -
XYZ 10.6 14.57 17.58 -
YUV 96.4 136.8 94.91 -
System Red Green Blue C M Y K H S L
Decimal 50 117 112 0.57 0 0.04 0.54 175.52 0.4 0.33
Hex 32 75 70 39 0 4 36 B0 28 21
Octal 62 165 160 71 0 4 66 260 50 41
Binary 110010 1110101 1110000 111001 0 100 110110 10110000 101000 100001

Color Harmonies of #327570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327570

Black with #327570

Text Example


Text Example

White with #327570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #327570; }

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

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

background-color css

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

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

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

border-color css

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

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

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