Html Css Color HEX #327965 Genoa

📋 copy color: '#327965'

red 50 ◦ green 121 ◦ blue 101

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

Shades of Genoa #327965

Tints of Genoa #327965

RGB

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

 GREEN value IS 121 (47.66% from 255) = 44.49%

 BLUE value IS 101 (39.84% from 255) = 37.13%

R = 18.38%
G = 44.49%
B = 37.13%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.17

 K value IS 0.53

RGB Variations

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

Color information

#327965 (or 0x327965) is known color: Genoa. HEX triplet: 32, 79 and 65. RGB value is (50,121,101). Sum of RGB (Red+Green+Blue) = 50+121+101=272 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.38% from 272); Green value is 121 (47.66% from 255 or 44.49% from 272); Blue value is 101 (39.84% from 255 or 37.13% from 272); Max value from RGB is 121 - color contains mainly: green. Hex color #327965 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #327965 is #CD869A. Grayscale: #616161. Windows color (decimal): -13469339 or 6650162. OLE color: 6650162.

HSL color Cylindrical-coordinate representation of color #327965: hue angle of 163.1º degrees, saturation: 0.42, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #327965 is Cyan = 0.59, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.53.

Color convert

RGB 50 121 101 -
CMYK 0.59 0 0.17 0.53
HSL 163.1º 0.42% 0.34% -
HSV(B) 163.1º 0.59% 0.47% -
XYZ 10.5 15.29 14.71 -
YUV 97.49 129.98 94.13 -
System Red Green Blue C M Y K H S L
Decimal 50 121 101 0.59 0 0.17 0.53 163.1 0.42 0.34
Hex 32 79 65 3B 0 11 35 A3 2A 22
Octal 62 171 145 73 0 21 65 243 52 42
Binary 110010 1111001 1100101 111011 0 10001 110101 10100011 101010 100010

Color Harmonies of #327965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327965

Black with #327965

Text Example


Text Example

White with #327965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #327965; }

 p { color: rgb(50,121,101); }

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

background-color css

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

 a { background-color: rgb(50,121,101); }

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

border-color css

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

 span { border-color: rgb(50,121,101); }

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