Html Css Color HEX #327464 Genoa

📋 copy color: '#327464'

red 50 ◦ green 116 ◦ blue 100

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

Shades of Genoa #327464

Tints of Genoa #327464

RGB

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

 GREEN value IS 116 (45.7% from 255) = 43.61%

 BLUE value IS 100 (39.45% from 255) = 37.59%

R = 18.8%
G = 43.61%
B = 37.59%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.14

 K value IS 0.55

RGB Variations

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

Color information

#327464 (or 0x327464) is known color: Genoa. HEX triplet: 32, 74 and 64. RGB value is (50,116,100). Sum of RGB (Red+Green+Blue) = 50+116+100=266 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.80% from 266); Green value is 116 (45.70% from 255 or 43.61% from 266); Blue value is 100 (39.45% from 255 or 37.59% from 266); Max value from RGB is 116 - color contains mainly: green. Hex color #327464 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #327464 is #CD8B9B. Grayscale: #5E5E5E. Windows color (decimal): -13470620 or 6583346. OLE color: 6583346.

HSL color Cylindrical-coordinate representation of color #327464: hue angle of 165.45º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #327464 is Cyan = 0.57, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.55.

Color convert

RGB 50 116 100 -
CMYK 0.57 0 0.14 0.55
HSL 165.45º 0.4% 0.33% -
HSV(B) 165.45º 0.57% 0.45% -
XYZ 9.86 14.09 14.26 -
YUV 94.44 131.13 96.3 -
System Red Green Blue C M Y K H S L
Decimal 50 116 100 0.57 0 0.14 0.55 165.45 0.4 0.33
Hex 32 74 64 39 0 E 37 A5 28 21
Octal 62 164 144 71 0 16 67 245 50 41
Binary 110010 1110100 1100100 111001 0 1110 110111 10100101 101000 100001

Color Harmonies of #327464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327464

Black with #327464

Text Example


Text Example

White with #327464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #327464; }

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

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

background-color css

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

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

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

border-color css

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

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

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