Html Css Color HEX #327572 Elm

📋 copy color: '#327572'

red 50 ◦ green 117 ◦ blue 114

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

Shades of Elm #327572

Tints of Elm #327572

RGB

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

 GREEN value IS 117 (46.09% from 255) = 41.64%

 BLUE value IS 114 (44.92% from 255) = 40.57%

R = 17.79%
G = 41.64%
B = 40.57%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.03

 K value IS 0.54

RGB Variations

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

Color information

#327572 (or 0x327572) is known color: Elm. HEX triplet: 32, 75 and 72. RGB value is (50,117,114). Sum of RGB (Red+Green+Blue) = 50+117+114=281 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.79% from 281); Green value is 117 (46.09% from 255 or 41.64% from 281); Blue value is 114 (44.92% from 255 or 40.57% from 281); Max value from RGB is 117 - color contains mainly: green. Hex color #327572 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #327572 is #CD8A8D. Grayscale: #606060. Windows color (decimal): -13470350 or 7501106. OLE color: 7501106.

HSL color Cylindrical-coordinate representation of color #327572: hue angle of 177.31º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #327572 is Cyan = 0.57, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.54.

Color convert

RGB 50 117 114 -
CMYK 0.57 0 0.03 0.54
HSL 177.31º 0.4% 0.33% -
HSV(B) 177.31º 0.57% 0.46% -
XYZ 10.71 14.62 18.18 -
YUV 96.63 137.8 94.74 -
System Red Green Blue C M Y K H S L
Decimal 50 117 114 0.57 0 0.03 0.54 177.31 0.4 0.33
Hex 32 75 72 39 0 3 36 B1 28 21
Octal 62 165 162 71 0 3 66 261 50 41
Binary 110010 1110101 1110010 111001 0 11 110110 10110001 101000 100001

Color Harmonies of #327572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327572

Black with #327572

Text Example


Text Example

White with #327572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #327572; }

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

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

background-color css

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

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

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

border-color css

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

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

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