Html Css Color HEX #1F736B Elm

📋 copy color: '#1F736B'

red 31 ◦ green 115 ◦ blue 107

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

Shades of Elm #1F736B

Tints of Elm #1F736B

RGB

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

 GREEN value IS 115 (45.31% from 255) = 45.45%

 BLUE value IS 107 (42.19% from 255) = 42.29%

R = 12.25%
G = 45.45%
B = 42.29%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.07

 K value IS 0.55

RGB Variations

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

Color information

#1F736B (or 0x1F736B) is known color: Elm. HEX triplet: 1F, 73 and 6B. RGB value is (31,115,107). Sum of RGB (Red+Green+Blue) = 31+115+107=253 (33% of max value = 765). Red value is 31 (12.5% from 255 or 12.25% from 253); Green value is 115 (45.31% from 255 or 45.45% from 253); Blue value is 107 (42.19% from 255 or 42.29% from 253); Max value from RGB is 115 - color contains mainly: green. Hex color #1F736B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F736B is #E08C94. Grayscale: #585858. Windows color (decimal): -14716053 or 7041823. OLE color: 7041823.

HSL color Cylindrical-coordinate representation of color #1F736B: hue angle of 174.29º degrees, saturation: 0.58, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1F736B is Cyan = 0.73, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.55.

Color convert

RGB 31 115 107 -
CMYK 0.73 0 0.07 0.55
HSL 174.29º 0.58% 0.29% -
HSV(B) 174.29º 0.73% 0.45% -
XYZ 9.35 13.61 16.04 -
YUV 88.97 138.17 86.65 -
System Red Green Blue C M Y K H S L
Decimal 31 115 107 0.73 0 0.07 0.55 174.29 0.58 0.29
Hex 1F 73 6B 49 0 7 37 AE 3A 1D
Octal 37 163 153 111 0 7 67 256 72 35
Binary 11111 1110011 1101011 1001001 0 111 110111 10101110 111010 11101

Color Harmonies of #1F736B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F736B

Black with #1F736B

Text Example


Text Example

White with #1F736B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,115,107); }

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

background-color css

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

 a { background-color: rgb(31,115,107); }

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

border-color css

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

 span { border-color: rgb(31,115,107); }

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