Html Css Color HEX #32726C Genoa

📋 copy color: '#32726C'

red 50 ◦ green 114 ◦ blue 108

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

Shades of Genoa #32726C

Tints of Genoa #32726C

RGB

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

 GREEN value IS 114 (44.92% from 255) = 41.91%

 BLUE value IS 108 (42.58% from 255) = 39.71%

R = 18.38%
G = 41.91%
B = 39.71%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.05

 K value IS 0.55

RGB Variations

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

Color information

#32726C (or 0x32726C) is known color: Genoa. HEX triplet: 32, 72 and 6C. RGB value is (50,114,108). Sum of RGB (Red+Green+Blue) = 50+114+108=272 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.38% from 272); Green value is 114 (44.92% from 255 or 41.91% from 272); Blue value is 108 (42.58% from 255 or 39.71% from 272); Max value from RGB is 114 - color contains mainly: green. Hex color #32726C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #32726C is #CD8D93. Grayscale: #5E5E5E. Windows color (decimal): -13471124 or 7107122. OLE color: 7107122.

HSL color Cylindrical-coordinate representation of color #32726C: hue angle of 174.38º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #32726C is Cyan = 0.56, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.55.

Color convert

RGB 50 114 108 -
CMYK 0.56 0 0.05 0.55
HSL 174.38º 0.39% 0.32% -
HSV(B) 174.38º 0.56% 0.45% -
XYZ 10.04 13.8 16.32 -
YUV 94.18 135.8 96.49 -
System Red Green Blue C M Y K H S L
Decimal 50 114 108 0.56 0 0.05 0.55 174.38 0.39 0.32
Hex 32 72 6C 38 0 5 37 AE 27 20
Octal 62 162 154 70 0 5 67 256 47 40
Binary 110010 1110010 1101100 111000 0 101 110111 10101110 100111 100000

Color Harmonies of #32726C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32726C

Black with #32726C

Text Example


Text Example

White with #32726C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #32726C; }

 p { color: rgb(50,114,108); }

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

background-color css

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

 a { background-color: rgb(50,114,108); }

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

border-color css

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

 span { border-color: rgb(50,114,108); }

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