Html Css Color HEX #32725F Genoa

📋 copy color: '#32725F'

red 50 ◦ green 114 ◦ blue 95

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

Shades of Genoa #32725F

Tints of Genoa #32725F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 36.68%

R = 19.31%
G = 44.02%
B = 36.68%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.17

 K value IS 0.55

RGB Variations

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

Color information

#32725F (or 0x32725F) is known color: Genoa. HEX triplet: 32, 72 and 5F. RGB value is (50,114,95). Sum of RGB (Red+Green+Blue) = 50+114+95=259 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.31% from 259); Green value is 114 (44.92% from 255 or 44.02% from 259); Blue value is 95 (37.5% from 255 or 36.68% from 259); Max value from RGB is 114 - color contains mainly: green. Hex color #32725F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #32725F is #CD8DA0. Grayscale: #5C5C5C. Windows color (decimal): -13471137 or 6255154. OLE color: 6255154.

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

Color convert

RGB 50 114 95 -
CMYK 0.56 0 0.17 0.55
HSL 162.19º 0.39% 0.32% -
HSV(B) 162.19º 0.56% 0.45% -
XYZ 9.4 13.54 12.94 -
YUV 92.7 129.3 97.54 -
System Red Green Blue C M Y K H S L
Decimal 50 114 95 0.56 0 0.17 0.55 162.19 0.39 0.32
Hex 32 72 5F 38 0 11 37 A2 27 20
Octal 62 162 137 70 0 21 67 242 47 40
Binary 110010 1110010 1011111 111000 0 10001 110111 10100010 100111 100000

Color Harmonies of #32725F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32725F

Black with #32725F

Text Example


Text Example

White with #32725F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #32725F; }

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

 H1.HeaderClassName
 {
   color: #32725F;
 }
 .AnyTagClassName
 {
   color: #32725F;
 }
</style>

background-color css

<style>
 a { background-color: #32725F; }

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

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

border-color css

<style>
 span { border-color: #32725F; }

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

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