Html Css Color HEX #327E74 Genoa

📋 copy color: '#327E74'

red 50 ◦ green 126 ◦ blue 116

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

Shades of Genoa #327E74

Tints of Genoa #327E74

RGB

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

 GREEN value IS 126 (49.61% from 255) = 43.15%

 BLUE value IS 116 (45.7% from 255) = 39.73%

R = 17.12%
G = 43.15%
B = 39.73%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.08

 K value IS 0.51

RGB Variations

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

Color information

#327E74 (or 0x327E74) is known color: Genoa. HEX triplet: 32, 7E and 74. RGB value is (50,126,116). Sum of RGB (Red+Green+Blue) = 50+126+116=292 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.12% from 292); Green value is 126 (49.61% from 255 or 43.15% from 292); Blue value is 116 (45.70% from 255 or 39.73% from 292); Max value from RGB is 126 - color contains mainly: green. Hex color #327E74 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #327E74 is #CD818B. Grayscale: #666666. Windows color (decimal): -13468044 or 7634482. OLE color: 7634482.

HSL color Cylindrical-coordinate representation of color #327E74: hue angle of 172.11º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #327E74 is Cyan = 0.60, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.51.

Color convert

RGB 50 126 116 -
CMYK 0.60 0 0.08 0.51
HSL 172.11º 0.43% 0.35% -
HSV(B) 172.11º 0.6% 0.49% -
XYZ 11.93 16.86 19.15 -
YUV 102.14 135.82 90.81 -
System Red Green Blue C M Y K H S L
Decimal 50 126 116 0.60 0 0.08 0.51 172.11 0.43 0.35
Hex 32 7E 74 3C 0 8 33 AC 2B 23
Octal 62 176 164 74 0 10 63 254 53 43
Binary 110010 1111110 1110100 111100 0 1000 110011 10101100 101011 100011

Color Harmonies of #327E74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327E74

Black with #327E74

Text Example


Text Example

White with #327E74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,126,116); }

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

background-color css

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

 a { background-color: rgb(50,126,116); }

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

border-color css

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

 span { border-color: rgb(50,126,116); }

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