Html Css Color HEX #327461 Genoa

📋 copy color: '#327461'

red 50 ◦ green 116 ◦ blue 97

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

Shades of Genoa #327461

Tints of Genoa #327461

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 36.88%

R = 19.01%
G = 44.11%
B = 36.88%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.16

 K value IS 0.55

RGB Variations

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

Color information

#327461 (or 0x327461) is known color: Genoa. HEX triplet: 32, 74 and 61. RGB value is (50,116,97). Sum of RGB (Red+Green+Blue) = 50+116+97=263 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.01% from 263); Green value is 116 (45.70% from 255 or 44.11% from 263); Blue value is 97 (38.28% from 255 or 36.88% from 263); Max value from RGB is 116 - color contains mainly: green. Hex color #327461 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #327461 is #CD8B9E. Grayscale: #5E5E5E. Windows color (decimal): -13470623 or 6386738. OLE color: 6386738.

HSL color Cylindrical-coordinate representation of color #327461: hue angle of 162.73º 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 #327461 is Cyan = 0.57, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.55.

Color convert

RGB 50 116 97 -
CMYK 0.57 0 0.16 0.55
HSL 162.73º 0.4% 0.33% -
HSV(B) 162.73º 0.57% 0.45% -
XYZ 9.72 14.03 13.51 -
YUV 94.1 129.63 96.54 -
System Red Green Blue C M Y K H S L
Decimal 50 116 97 0.57 0 0.16 0.55 162.73 0.4 0.33
Hex 32 74 61 39 0 10 37 A3 28 21
Octal 62 164 141 71 0 20 67 243 50 41
Binary 110010 1110100 1100001 111001 0 10000 110111 10100011 101000 100001

Color Harmonies of #327461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327461

Black with #327461

Text Example


Text Example

White with #327461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #327461; }

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

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

background-color css

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

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

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

border-color css

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

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

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