Html Css Color HEX #327E6D Genoa

📋 copy color: '#327E6D'

red 50 ◦ green 126 ◦ blue 109

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

Shades of Genoa #327E6D

Tints of Genoa #327E6D

RGB

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

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

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

R = 17.54%
G = 44.21%
B = 38.25%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.13

 K value IS 0.51

RGB Variations

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

Color information

#327E6D (or 0x327E6D) is known color: Genoa. HEX triplet: 32, 7E and 6D. RGB value is (50,126,109). Sum of RGB (Red+Green+Blue) = 50+126+109=285 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.54% from 285); Green value is 126 (49.61% from 255 or 44.21% from 285); Blue value is 109 (42.97% from 255 or 38.25% from 285); Max value from RGB is 126 - color contains mainly: green. Hex color #327E6D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #327E6D is #CD8192. Grayscale: #656565. Windows color (decimal): -13468051 or 7175730. OLE color: 7175730.

HSL color Cylindrical-coordinate representation of color #327E6D: hue angle of 166.58º 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 #327E6D is Cyan = 0.60, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.51.

Color convert

RGB 50 126 109 -
CMYK 0.60 0 0.13 0.51
HSL 166.58º 0.43% 0.35% -
HSV(B) 166.58º 0.6% 0.49% -
XYZ 11.54 16.7 17.08 -
YUV 101.34 132.32 91.38 -
System Red Green Blue C M Y K H S L
Decimal 50 126 109 0.60 0 0.13 0.51 166.58 0.43 0.35
Hex 32 7E 6D 3C 0 D 33 A7 2B 23
Octal 62 176 155 74 0 15 63 247 53 43
Binary 110010 1111110 1101101 111100 0 1101 110011 10100111 101011 100011

Color Harmonies of #327E6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327E6D

Black with #327E6D

Text Example


Text Example

White with #327E6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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