Html Css Color HEX #32796B Genoa

📋 copy color: '#32796B'

red 50 ◦ green 121 ◦ blue 107

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

Shades of Genoa #32796B

Tints of Genoa #32796B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 38.49%

R = 17.99%
G = 43.53%
B = 38.49%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.12

 K value IS 0.53

RGB Variations

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

Color information

#32796B (or 0x32796B) is known color: Genoa. HEX triplet: 32, 79 and 6B. RGB value is (50,121,107). Sum of RGB (Red+Green+Blue) = 50+121+107=278 (36% of max value = 765). Red value is 50 (19.92% from 255 or 17.99% from 278); Green value is 121 (47.66% from 255 or 43.53% from 278); Blue value is 107 (42.19% from 255 or 38.49% from 278); Max value from RGB is 121 - color contains mainly: green. Hex color #32796B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #32796B is #CD8694. Grayscale: #626262. Windows color (decimal): -13469333 or 7043378. OLE color: 7043378.

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

Color convert

RGB 50 121 107 -
CMYK 0.59 0 0.12 0.53
HSL 168.17º 0.42% 0.34% -
HSV(B) 168.17º 0.59% 0.47% -
XYZ 10.81 15.41 16.32 -
YUV 98.18 132.98 93.64 -
System Red Green Blue C M Y K H S L
Decimal 50 121 107 0.59 0 0.12 0.53 168.17 0.42 0.34
Hex 32 79 6B 3B 0 C 35 A8 2A 22
Octal 62 171 153 73 0 14 65 250 52 42
Binary 110010 1111001 1101011 111011 0 1100 110101 10101000 101010 100010

Color Harmonies of #32796B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32796B

Black with #32796B

Text Example


Text Example

White with #32796B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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