Html Css Color HEX #317572 Elm

📋 copy color: '#317572'

red 49 ◦ green 117 ◦ blue 114

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

Shades of Elm #317572

Tints of Elm #317572

RGB

 RED value IS 49 (19.53% from 255) = 17.5%

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

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

R = 17.5%
G = 41.79%
B = 40.71%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.03

 K value IS 0.54

RGB Variations

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

Color information

#317572 (or 0x317572) is known color: Elm. HEX triplet: 31, 75 and 72. RGB value is (49,117,114). Sum of RGB (Red+Green+Blue) = 49+117+114=280 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.5% from 280); Green value is 117 (46.09% from 255 or 41.79% from 280); Blue value is 114 (44.92% from 255 or 40.71% from 280); Max value from RGB is 117 - color contains mainly: green. Hex color #317572 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #317572 is #CE8A8D. Grayscale: #606060. Windows color (decimal): -13535886 or 7501105. OLE color: 7501105.

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

Color convert

RGB 49 117 114 -
CMYK 0.58 0 0.03 0.54
HSL 177.35º 0.41% 0.33% -
HSV(B) 177.35º 0.58% 0.46% -
XYZ 10.67 14.59 18.17 -
YUV 96.33 137.97 94.24 -
System Red Green Blue C M Y K H S L
Decimal 49 117 114 0.58 0 0.03 0.54 177.35 0.41 0.33
Hex 31 75 72 3A 0 3 36 B1 29 21
Octal 61 165 162 72 0 3 66 261 51 41
Binary 110001 1110101 1110010 111010 0 11 110110 10110001 101001 100001

Color Harmonies of #317572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317572

Black with #317572

Text Example


Text Example

White with #317572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #317572; }

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

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

background-color css

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

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

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

border-color css

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

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

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