Html Css Color HEX #327F73 Genoa

📋 copy color: '#327F73'

red 50 ◦ green 127 ◦ blue 115

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

Shades of Genoa #327F73

Tints of Genoa #327F73

RGB

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

 GREEN value IS 127 (50% from 255) = 43.49%

 BLUE value IS 115 (45.31% from 255) = 39.38%

R = 17.12%
G = 43.49%
B = 39.38%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.09

 K value IS 0.50

RGB Variations

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

Color information

#327F73 (or 0x327F73) is known color: Genoa. HEX triplet: 32, 7F and 73. RGB value is (50,127,115). Sum of RGB (Red+Green+Blue) = 50+127+115=292 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.12% from 292); Green value is 127 (50% from 255 or 43.49% from 292); Blue value is 115 (45.31% from 255 or 39.38% from 292); Max value from RGB is 127 - color contains mainly: green. Hex color #327F73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #327F73 is #CD808C. Grayscale: #666666. Windows color (decimal): -13467789 or 7569202. OLE color: 7569202.

HSL color Cylindrical-coordinate representation of color #327F73: hue angle of 170.65º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #327F73 is Cyan = 0.61, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.50.

Color convert

RGB 50 127 115 -
CMYK 0.61 0 0.09 0.50
HSL 170.65º 0.44% 0.35% -
HSV(B) 170.65º 0.61% 0.5% -
XYZ 12 17.09 18.89 -
YUV 102.61 134.99 90.48 -
System Red Green Blue C M Y K H S L
Decimal 50 127 115 0.61 0 0.09 0.50 170.65 0.44 0.35
Hex 32 7F 73 3D 0 9 32 AB 2C 23
Octal 62 177 163 75 0 11 62 253 54 43
Binary 110010 1111111 1110011 111101 0 1001 110010 10101011 101100 100011

Color Harmonies of #327F73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327F73

Black with #327F73

Text Example


Text Example

White with #327F73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #327F73; }

 p { color: rgb(50,127,115); }

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

background-color css

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

 a { background-color: rgb(50,127,115); }

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

border-color css

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

 span { border-color: rgb(50,127,115); }

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