Html Css Color HEX #1F8579 Elm

📋 copy color: '#1F8579'

red 31 ◦ green 133 ◦ blue 121

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

Shades of Elm #1F8579

Tints of Elm #1F8579

RGB

 RED value IS 31 (12.5% from 255) = 10.88%

 GREEN value IS 133 (52.34% from 255) = 46.67%

 BLUE value IS 121 (47.66% from 255) = 42.46%

R = 10.88%
G = 46.67%
B = 42.46%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.09

 K value IS 0.48

RGB Variations

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

Color information

#1F8579 (or 0x1F8579) is known color: Elm. HEX triplet: 1F, 85 and 79. RGB value is (31,133,121). Sum of RGB (Red+Green+Blue) = 31+133+121=285 (37% of max value = 765). Red value is 31 (12.5% from 255 or 10.88% from 285); Green value is 133 (52.34% from 255 or 46.67% from 285); Blue value is 121 (47.66% from 255 or 42.46% from 285); Max value from RGB is 133 - color contains mainly: green. Hex color #1F8579 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F8579 is #E07A86. Grayscale: #656565. Windows color (decimal): -14711431 or 7963935. OLE color: 7963935.

HSL color Cylindrical-coordinate representation of color #1F8579: hue angle of 172.94º degrees, saturation: 0.62, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1F8579 is Cyan = 0.77, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.48.

Color convert

RGB 31 133 121 -
CMYK 0.77 0 0.09 0.48
HSL 172.94º 0.62% 0.32% -
HSV(B) 172.94º 0.77% 0.52% -
XYZ 12.4 18.45 21 -
YUV 101.13 139.21 77.98 -
System Red Green Blue C M Y K H S L
Decimal 31 133 121 0.77 0 0.09 0.48 172.94 0.62 0.32
Hex 1F 85 79 4D 0 9 30 AD 3E 20
Octal 37 205 171 115 0 11 60 255 76 40
Binary 11111 10000101 1111001 1001101 0 1001 110000 10101101 111110 100000

Color Harmonies of #1F8579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F8579

Black with #1F8579

Text Example


Text Example

White with #1F8579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1F8579; }

 p { color: rgb(31,133,121); }

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

background-color css

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

 a { background-color: rgb(31,133,121); }

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

border-color css

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

 span { border-color: rgb(31,133,121); }

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