Html Css Color HEX #327A73 Genoa

📋 copy color: '#327A73'

red 50 ◦ green 122 ◦ blue 115

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

Shades of Genoa #327A73

Tints of Genoa #327A73

RGB

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

 GREEN value IS 122 (48.05% from 255) = 42.51%

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

R = 17.42%
G = 42.51%
B = 40.07%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.06

 K value IS 0.52

RGB Variations

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

Color information

#327A73 (or 0x327A73) is known color: Genoa. HEX triplet: 32, 7A and 73. RGB value is (50,122,115). Sum of RGB (Red+Green+Blue) = 50+122+115=287 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.42% from 287); Green value is 122 (48.05% from 255 or 42.51% from 287); Blue value is 115 (45.31% from 255 or 40.07% from 287); Max value from RGB is 122 - color contains mainly: green. Hex color #327A73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #327A73 is #CD858C. Grayscale: #636363. Windows color (decimal): -13469069 or 7567922. OLE color: 7567922.

HSL color Cylindrical-coordinate representation of color #327A73: hue angle of 174.17º degrees, saturation: 0.42, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #327A73 is Cyan = 0.59, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.52.

Color convert

RGB 50 122 115 -
CMYK 0.59 0 0.06 0.52
HSL 174.17º 0.42% 0.34% -
HSV(B) 174.17º 0.59% 0.48% -
XYZ 11.37 15.83 18.68 -
YUV 99.67 136.65 92.57 -
System Red Green Blue C M Y K H S L
Decimal 50 122 115 0.59 0 0.06 0.52 174.17 0.42 0.34
Hex 32 7A 73 3B 0 6 34 AE 2A 22
Octal 62 172 163 73 0 6 64 256 52 42
Binary 110010 1111010 1110011 111011 0 110 110100 10101110 101010 100010

Color Harmonies of #327A73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327A73

Black with #327A73

Text Example


Text Example

White with #327A73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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