Html Css Color HEX #327A6C Genoa

📋 copy color: '#327A6C'

red 50 ◦ green 122 ◦ blue 108

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

Shades of Genoa #327A6C

Tints of Genoa #327A6C

RGB

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

 GREEN value IS 122 (48.05% from 255) = 43.57%

 BLUE value IS 108 (42.58% from 255) = 38.57%

R = 17.86%
G = 43.57%
B = 38.57%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.11

 K value IS 0.52

RGB Variations

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

Color information

#327A6C (or 0x327A6C) is known color: Genoa. HEX triplet: 32, 7A and 6C. RGB value is (50,122,108). Sum of RGB (Red+Green+Blue) = 50+122+108=280 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.86% from 280); Green value is 122 (48.05% from 255 or 43.57% from 280); Blue value is 108 (42.58% from 255 or 38.57% from 280); Max value from RGB is 122 - color contains mainly: green. Hex color #327A6C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #327A6C is #CD8593. Grayscale: #626262. Windows color (decimal): -13469076 or 7109170. OLE color: 7109170.

HSL color Cylindrical-coordinate representation of color #327A6C: hue angle of 168.33º degrees, saturation: 0.42, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #327A6C is Cyan = 0.59, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.52.

Color convert

RGB 50 122 108 -
CMYK 0.59 0 0.11 0.52
HSL 168.33º 0.42% 0.34% -
HSV(B) 168.33º 0.59% 0.48% -
XYZ 10.98 15.68 16.64 -
YUV 98.88 133.15 93.14 -
System Red Green Blue C M Y K H S L
Decimal 50 122 108 0.59 0 0.11 0.52 168.33 0.42 0.34
Hex 32 7A 6C 3B 0 B 34 A8 2A 22
Octal 62 172 154 73 0 13 64 250 52 42
Binary 110010 1111010 1101100 111011 0 1011 110100 10101000 101010 100010

Color Harmonies of #327A6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327A6C

Black with #327A6C

Text Example


Text Example

White with #327A6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,122,108); }

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

background-color css

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

 a { background-color: rgb(50,122,108); }

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

border-color css

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

 span { border-color: rgb(50,122,108); }

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