Html Css Color HEX #327162 Genoa

📋 copy color: '#327162'

red 50 ◦ green 113 ◦ blue 98

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

Shades of Genoa #327162

Tints of Genoa #327162

RGB

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

 GREEN value IS 113 (44.53% from 255) = 43.3%

 BLUE value IS 98 (38.67% from 255) = 37.55%

R = 19.16%
G = 43.3%
B = 37.55%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.13

 K value IS 0.56

RGB Variations

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

Color information

#327162 (or 0x327162) is known color: Genoa. HEX triplet: 32, 71 and 62. RGB value is (50,113,98). Sum of RGB (Red+Green+Blue) = 50+113+98=261 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.16% from 261); Green value is 113 (44.53% from 255 or 43.30% from 261); Blue value is 98 (38.67% from 255 or 37.55% from 261); Max value from RGB is 113 - color contains mainly: green. Hex color #327162 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #327162 is #CD8E9D. Grayscale: #5C5C5C. Windows color (decimal): -13471390 or 6451506. OLE color: 6451506.

HSL color Cylindrical-coordinate representation of color #327162: hue angle of 165.71º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #327162 is Cyan = 0.56, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.56.

Color convert

RGB 50 113 98 -
CMYK 0.56 0 0.13 0.56
HSL 165.71º 0.39% 0.32% -
HSV(B) 165.71º 0.56% 0.44% -
XYZ 9.43 13.37 13.64 -
YUV 92.45 131.13 97.72 -
System Red Green Blue C M Y K H S L
Decimal 50 113 98 0.56 0 0.13 0.56 165.71 0.39 0.32
Hex 32 71 62 38 0 D 38 A6 27 20
Octal 62 161 142 70 0 15 70 246 47 40
Binary 110010 1110001 1100010 111000 0 1101 111000 10100110 100111 100000

Color Harmonies of #327162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327162

Black with #327162

Text Example


Text Example

White with #327162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #327162; }

 p { color: rgb(50,113,98); }

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

background-color css

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

 a { background-color: rgb(50,113,98); }

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

border-color css

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

 span { border-color: rgb(50,113,98); }

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