Html Css Color HEX #327064 Genoa

📋 copy color: '#327064'

red 50 ◦ green 112 ◦ blue 100

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

Shades of Genoa #327064

Tints of Genoa #327064

RGB

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

 GREEN value IS 112 (44.14% from 255) = 42.75%

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

R = 19.08%
G = 42.75%
B = 38.17%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.11

 K value IS 0.56

RGB Variations

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

Color information

#327064 (or 0x327064) is known color: Genoa. HEX triplet: 32, 70 and 64. RGB value is (50,112,100). Sum of RGB (Red+Green+Blue) = 50+112+100=262 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.08% from 262); Green value is 112 (44.14% from 255 or 42.75% from 262); Blue value is 100 (39.45% from 255 or 38.17% from 262); Max value from RGB is 112 - color contains mainly: green. Hex color #327064 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #327064 is #CD8F9B. Grayscale: #5C5C5C. Windows color (decimal): -13471644 or 6582322. OLE color: 6582322.

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

Color convert

RGB 50 112 100 -
CMYK 0.55 0 0.11 0.56
HSL 168.39º 0.38% 0.32% -
HSV(B) 168.39º 0.55% 0.44% -
XYZ 9.41 13.19 14.11 -
YUV 92.09 132.46 97.98 -
System Red Green Blue C M Y K H S L
Decimal 50 112 100 0.55 0 0.11 0.56 168.39 0.38 0.32
Hex 32 70 64 37 0 B 38 A8 26 20
Octal 62 160 144 67 0 13 70 250 46 40
Binary 110010 1110000 1100100 110111 0 1011 111000 10101000 100110 100000

Color Harmonies of #327064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327064

Black with #327064

Text Example


Text Example

White with #327064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #327064; }

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

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

background-color css

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

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

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

border-color css

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

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

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