Html Css Color HEX #1F736C Elm

📋 copy color: '#1F736C'

red 31 ◦ green 115 ◦ blue 108

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

Shades of Elm #1F736C

Tints of Elm #1F736C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 42.52%

R = 12.2%
G = 45.28%
B = 42.52%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.06

 K value IS 0.55

RGB Variations

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

Color information

#1F736C (or 0x1F736C) is known color: Elm. HEX triplet: 1F, 73 and 6C. RGB value is (31,115,108). Sum of RGB (Red+Green+Blue) = 31+115+108=254 (33% of max value = 765). Red value is 31 (12.5% from 255 or 12.20% from 254); Green value is 115 (45.31% from 255 or 45.28% from 254); Blue value is 108 (42.58% from 255 or 42.52% from 254); Max value from RGB is 115 - color contains mainly: green. Hex color #1F736C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F736C is #E08C93. Grayscale: #595959. Windows color (decimal): -14716052 or 7107359. OLE color: 7107359.

HSL color Cylindrical-coordinate representation of color #1F736C: hue angle of 175º 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 #1F736C is Cyan = 0.73, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.55.

Color convert

RGB 31 115 108 -
CMYK 0.73 0 0.06 0.55
HSL 175º 0.58% 0.29% -
HSV(B) 175º 0.73% 0.45% -
XYZ 9.4 13.64 16.32 -
YUV 89.09 138.67 86.57 -
System Red Green Blue C M Y K H S L
Decimal 31 115 108 0.73 0 0.06 0.55 175 0.58 0.29
Hex 1F 73 6C 49 0 6 37 AF 3A 1D
Octal 37 163 154 111 0 6 67 257 72 35
Binary 11111 1110011 1101100 1001001 0 110 110111 10101111 111010 11101

Color Harmonies of #1F736C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F736C

Black with #1F736C

Text Example


Text Example

White with #1F736C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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