Html Css Color HEX #32726B Genoa

📋 copy color: '#32726B'

red 50 ◦ green 114 ◦ blue 107

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

Shades of Genoa #32726B

Tints of Genoa #32726B

RGB

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

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

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

R = 18.45%
G = 42.07%
B = 39.48%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.06

 K value IS 0.55

RGB Variations

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

Color information

#32726B (or 0x32726B) is known color: Genoa. HEX triplet: 32, 72 and 6B. RGB value is (50,114,107). Sum of RGB (Red+Green+Blue) = 50+114+107=271 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.45% from 271); Green value is 114 (44.92% from 255 or 42.07% from 271); Blue value is 107 (42.19% from 255 or 39.48% from 271); Max value from RGB is 114 - color contains mainly: green. Hex color #32726B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #32726B is #CD8D94. Grayscale: #5E5E5E. Windows color (decimal): -13471125 or 7041586. OLE color: 7041586.

HSL color Cylindrical-coordinate representation of color #32726B: hue angle of 173.44º 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 #32726B is Cyan = 0.56, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.55.

Color convert

RGB 50 114 107 -
CMYK 0.56 0 0.06 0.55
HSL 173.44º 0.39% 0.32% -
HSV(B) 173.44º 0.56% 0.45% -
XYZ 9.99 13.77 16.04 -
YUV 94.07 135.3 96.57 -
System Red Green Blue C M Y K H S L
Decimal 50 114 107 0.56 0 0.06 0.55 173.44 0.39 0.32
Hex 32 72 6B 38 0 6 37 AD 27 20
Octal 62 162 153 70 0 6 67 255 47 40
Binary 110010 1110010 1101011 111000 0 110 110111 10101101 100111 100000

Color Harmonies of #32726B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32726B

Black with #32726B

Text Example


Text Example

White with #32726B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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