Html Css Color HEX #32796D Genoa

📋 copy color: '#32796D'

red 50 ◦ green 121 ◦ blue 109

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

Shades of Genoa #32796D

Tints of Genoa #32796D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 38.93%

R = 17.86%
G = 43.21%
B = 38.93%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.10

 K value IS 0.53

RGB Variations

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

Color information

#32796D (or 0x32796D) is known color: Genoa. HEX triplet: 32, 79 and 6D. RGB value is (50,121,109). Sum of RGB (Red+Green+Blue) = 50+121+109=280 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.86% from 280); Green value is 121 (47.66% from 255 or 43.21% from 280); Blue value is 109 (42.97% from 255 or 38.93% from 280); Max value from RGB is 121 - color contains mainly: green. Hex color #32796D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #32796D is #CD8692. Grayscale: #626262. Windows color (decimal): -13469331 or 7174450. OLE color: 7174450.

HSL color Cylindrical-coordinate representation of color #32796D: hue angle of 169.86º 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 #32796D is Cyan = 0.59, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.53.

Color convert

RGB 50 121 109 -
CMYK 0.59 0 0.10 0.53
HSL 169.86º 0.42% 0.34% -
HSV(B) 169.86º 0.59% 0.47% -
XYZ 10.91 15.46 16.88 -
YUV 98.4 133.98 93.48 -
System Red Green Blue C M Y K H S L
Decimal 50 121 109 0.59 0 0.10 0.53 169.86 0.42 0.34
Hex 32 79 6D 3B 0 A 35 AA 2A 22
Octal 62 171 155 73 0 12 65 252 52 42
Binary 110010 1111001 1101101 111011 0 1010 110101 10101010 101010 100010

Color Harmonies of #32796D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32796D

Black with #32796D

Text Example


Text Example

White with #32796D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #32796D; }

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

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

background-color css

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

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

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

border-color css

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

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

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