Html Css Color HEX #327F6D Genoa

📋 copy color: '#327F6D'

red 50 ◦ green 127 ◦ blue 109

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

Shades of Genoa #327F6D

Tints of Genoa #327F6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 38.11%

R = 17.48%
G = 44.41%
B = 38.11%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.14

 K value IS 0.50

RGB Variations

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

Color information

#327F6D (or 0x327F6D) is known color: Genoa. HEX triplet: 32, 7F and 6D. RGB value is (50,127,109). Sum of RGB (Red+Green+Blue) = 50+127+109=286 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.48% from 286); Green value is 127 (50% from 255 or 44.41% from 286); Blue value is 109 (42.97% from 255 or 38.11% from 286); Max value from RGB is 127 - color contains mainly: green. Hex color #327F6D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #327F6D is #CD8092. Grayscale: #656565. Windows color (decimal): -13467795 or 7175986. OLE color: 7175986.

HSL color Cylindrical-coordinate representation of color #327F6D: hue angle of 165.97º 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 #327F6D is Cyan = 0.61, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.50.

Color convert

RGB 50 127 109 -
CMYK 0.61 0 0.14 0.50
HSL 165.97º 0.44% 0.35% -
HSV(B) 165.97º 0.61% 0.5% -
XYZ 11.67 16.96 17.13 -
YUV 101.93 131.99 90.96 -
System Red Green Blue C M Y K H S L
Decimal 50 127 109 0.61 0 0.14 0.50 165.97 0.44 0.35
Hex 32 7F 6D 3D 0 E 32 A6 2C 23
Octal 62 177 155 75 0 16 62 246 54 43
Binary 110010 1111111 1101101 111101 0 1110 110010 10100110 101100 100011

Color Harmonies of #327F6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327F6D

Black with #327F6D

Text Example


Text Example

White with #327F6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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