Html Css Color HEX #327975 Elm

📋 copy color: '#327975'

red 50 ◦ green 121 ◦ blue 117

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

Shades of Elm #327975

Tints of Elm #327975

RGB

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

 GREEN value IS 121 (47.66% from 255) = 42.01%

 BLUE value IS 117 (46.09% from 255) = 40.63%

R = 17.36%
G = 42.01%
B = 40.63%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.03

 K value IS 0.53

RGB Variations

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

Color information

#327975 (or 0x327975) is known color: Elm. HEX triplet: 32, 79 and 75. RGB value is (50,121,117). Sum of RGB (Red+Green+Blue) = 50+121+117=288 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.36% from 288); Green value is 121 (47.66% from 255 or 42.01% from 288); Blue value is 117 (46.09% from 255 or 40.62% from 288); Max value from RGB is 121 - color contains mainly: green. Hex color #327975 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #327975 is #CD868A. Grayscale: #636363. Windows color (decimal): -13469323 or 7698738. OLE color: 7698738.

HSL color Cylindrical-coordinate representation of color #327975: hue angle of 176.62º degrees, saturation: 0.42, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #327975 is Cyan = 0.59, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.53.

Color convert

RGB 50 121 117 -
CMYK 0.59 0 0.03 0.53
HSL 176.62º 0.42% 0.34% -
HSV(B) 176.62º 0.59% 0.47% -
XYZ 11.36 15.64 19.25 -
YUV 99.32 137.98 92.83 -
System Red Green Blue C M Y K H S L
Decimal 50 121 117 0.59 0 0.03 0.53 176.62 0.42 0.34
Hex 32 79 75 3B 0 3 35 B1 2A 22
Octal 62 171 165 73 0 3 65 261 52 42
Binary 110010 1111001 1110101 111011 0 11 110101 10110001 101010 100010

Color Harmonies of #327975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327975

Black with #327975

Text Example


Text Example

White with #327975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #327975; }

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

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

background-color css

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

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

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

border-color css

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

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

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