Html Css Color HEX #32705E Genoa

📋 copy color: '#32705E'

red 50 ◦ green 112 ◦ blue 94

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

Shades of Genoa #32705E

Tints of Genoa #32705E

RGB

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

 GREEN value IS 112 (44.14% from 255) = 43.75%

 BLUE value IS 94 (37.11% from 255) = 36.72%

R = 19.53%
G = 43.75%
B = 36.72%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.16

 K value IS 0.56

RGB Variations

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

Color information

#32705E (or 0x32705E) is known color: Genoa. HEX triplet: 32, 70 and 5E. RGB value is (50,112,94). Sum of RGB (Red+Green+Blue) = 50+112+94=256 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.53% from 256); Green value is 112 (44.14% from 255 or 43.75% from 256); Blue value is 94 (37.11% from 255 or 36.72% from 256); Max value from RGB is 112 - color contains mainly: green. Hex color #32705E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #32705E is #CD8FA1. Grayscale: #5B5B5B. Windows color (decimal): -13471650 or 6189106. OLE color: 6189106.

HSL color Cylindrical-coordinate representation of color #32705E: hue angle of 162.58º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #32705E is Cyan = 0.55, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.56.

Color convert

RGB 50 112 94 -
CMYK 0.55 0 0.16 0.56
HSL 162.58º 0.38% 0.32% -
HSV(B) 162.58º 0.55% 0.44% -
XYZ 9.13 13.07 12.63 -
YUV 91.41 129.46 98.46 -
System Red Green Blue C M Y K H S L
Decimal 50 112 94 0.55 0 0.16 0.56 162.58 0.38 0.32
Hex 32 70 5E 37 0 10 38 A3 26 20
Octal 62 160 136 67 0 20 70 243 46 40
Binary 110010 1110000 1011110 110111 0 10000 111000 10100011 100110 100000

Color Harmonies of #32705E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32705E

Black with #32705E

Text Example


Text Example

White with #32705E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #32705E; }

 p { color: rgb(50,112,94); }

 H1.HeaderClassName
 {
   color: #32705E;
 }
 .AnyTagClassName
 {
   color: #32705E;
 }
</style>

background-color css

<style>
 a { background-color: #32705E; }

 a { background-color: rgb(50,112,94); }

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

border-color css

<style>
 span { border-color: #32705E; }

 span { border-color: rgb(50,112,94); }

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