Html Css Color HEX #1F716D Elm

📋 copy color: '#1F716D'

red 31 ◦ green 113 ◦ blue 109

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

Shades of Elm #1F716D

Tints of Elm #1F716D

RGB

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

 GREEN value IS 113 (44.53% from 255) = 44.66%

 BLUE value IS 109 (42.97% from 255) = 43.08%

R = 12.25%
G = 44.66%
B = 43.08%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.04

 K value IS 0.56

RGB Variations

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

Color information

#1F716D (or 0x1F716D) is known color: Elm. HEX triplet: 1F, 71 and 6D. RGB value is (31,113,109). Sum of RGB (Red+Green+Blue) = 31+113+109=253 (33% of max value = 765). Red value is 31 (12.5% from 255 or 12.25% from 253); Green value is 113 (44.53% from 255 or 44.66% from 253); Blue value is 109 (42.97% from 255 or 43.08% from 253); Max value from RGB is 113 - color contains mainly: green. Hex color #1F716D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F716D is #E08E92. Grayscale: #575757. Windows color (decimal): -14716563 or 7172383. OLE color: 7172383.

HSL color Cylindrical-coordinate representation of color #1F716D: hue angle of 177.07º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1F716D is Cyan = 0.73, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.56.

Color convert

RGB 31 113 109 -
CMYK 0.73 0 0.04 0.56
HSL 177.07º 0.57% 0.28% -
HSV(B) 177.07º 0.73% 0.44% -
XYZ 9.23 13.21 16.53 -
YUV 88.03 139.83 87.33 -
System Red Green Blue C M Y K H S L
Decimal 31 113 109 0.73 0 0.04 0.56 177.07 0.57 0.28
Hex 1F 71 6D 49 0 4 38 B1 39 1C
Octal 37 161 155 111 0 4 70 261 71 34
Binary 11111 1110001 1101101 1001001 0 100 111000 10110001 111001 11100

Color Harmonies of #1F716D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F716D

Black with #1F716D

Text Example


Text Example

White with #1F716D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,113,109); }

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

background-color css

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

 a { background-color: rgb(31,113,109); }

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

border-color css

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

 span { border-color: rgb(31,113,109); }

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