Html Css Color HEX #32726A Genoa

📋 copy color: '#32726A'

red 50 ◦ green 114 ◦ blue 106

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

Shades of Genoa #32726A

Tints of Genoa #32726A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 39.26%

R = 18.52%
G = 42.22%
B = 39.26%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.07

 K value IS 0.55

RGB Variations

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

Color information

#32726A (or 0x32726A) is known color: Genoa. HEX triplet: 32, 72 and 6A. RGB value is (50,114,106). Sum of RGB (Red+Green+Blue) = 50+114+106=270 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.52% from 270); Green value is 114 (44.92% from 255 or 42.22% from 270); Blue value is 106 (41.80% from 255 or 39.26% from 270); Max value from RGB is 114 - color contains mainly: green. Hex color #32726A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #32726A is #CD8D95. Grayscale: #5D5D5D. Windows color (decimal): -13471126 or 6976050. OLE color: 6976050.

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

Color convert

RGB 50 114 106 -
CMYK 0.56 0 0.07 0.55
HSL 172.5º 0.39% 0.32% -
HSV(B) 172.5º 0.56% 0.45% -
XYZ 9.93 13.75 15.77 -
YUV 93.95 134.8 96.65 -
System Red Green Blue C M Y K H S L
Decimal 50 114 106 0.56 0 0.07 0.55 172.5 0.39 0.32
Hex 32 72 6A 38 0 7 37 AC 27 20
Octal 62 162 152 70 0 7 67 254 47 40
Binary 110010 1110010 1101010 111000 0 111 110111 10101100 100111 100000

Color Harmonies of #32726A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32726A

Black with #32726A

Text Example


Text Example

White with #32726A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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