Html Css Color HEX #327C69 Genoa

📋 copy color: '#327C69'

red 50 ◦ green 124 ◦ blue 105

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

Shades of Genoa #327C69

Tints of Genoa #327C69

RGB

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

 GREEN value IS 124 (48.83% from 255) = 44.44%

 BLUE value IS 105 (41.41% from 255) = 37.63%

R = 17.92%
G = 44.44%
B = 37.63%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.15

 K value IS 0.51

RGB Variations

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

Color information

#327C69 (or 0x327C69) is known color: Genoa. HEX triplet: 32, 7C and 69. RGB value is (50,124,105). Sum of RGB (Red+Green+Blue) = 50+124+105=279 (36% of max value = 765). Red value is 50 (19.92% from 255 or 17.92% from 279); Green value is 124 (48.83% from 255 or 44.44% from 279); Blue value is 105 (41.41% from 255 or 37.63% from 279); Max value from RGB is 124 - color contains mainly: green. Hex color #327C69 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #327C69 is #CD8396. Grayscale: #636363. Windows color (decimal): -13468567 or 6913074. OLE color: 6913074.

HSL color Cylindrical-coordinate representation of color #327C69: hue angle of 164.59º degrees, saturation: 0.43, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #327C69 is Cyan = 0.60, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.51.

Color convert

RGB 50 124 105 -
CMYK 0.60 0 0.15 0.51
HSL 164.59º 0.43% 0.34% -
HSV(B) 164.59º 0.6% 0.49% -
XYZ 11.07 16.11 15.89 -
YUV 99.71 130.98 92.54 -
System Red Green Blue C M Y K H S L
Decimal 50 124 105 0.60 0 0.15 0.51 164.59 0.43 0.34
Hex 32 7C 69 3C 0 F 33 A5 2B 22
Octal 62 174 151 74 0 17 63 245 53 42
Binary 110010 1111100 1101001 111100 0 1111 110011 10100101 101011 100010

Color Harmonies of #327C69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327C69

Black with #327C69

Text Example


Text Example

White with #327C69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,124,105); }

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

background-color css

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

 a { background-color: rgb(50,124,105); }

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

border-color css

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

 span { border-color: rgb(50,124,105); }

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