Html Css Color HEX #1F7574 Elm

📋 copy color: '#1F7574'

red 31 ◦ green 117 ◦ blue 116

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

Shades of Elm #1F7574

Tints of Elm #1F7574

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 43.94%

R = 11.74%
G = 44.32%
B = 43.94%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.01

 K value IS 0.54

RGB Variations

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

Color information

#1F7574 (or 0x1F7574) is known color: Elm. HEX triplet: 1F, 75 and 74. RGB value is (31,117,116). Sum of RGB (Red+Green+Blue) = 31+117+116=264 (34% of max value = 765). Red value is 31 (12.5% from 255 or 11.74% from 264); Green value is 117 (46.09% from 255 or 44.32% from 264); Blue value is 116 (45.70% from 255 or 43.94% from 264); Max value from RGB is 117 - color contains mainly: green. Hex color #1F7574 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F7574 is #E08A8B. Grayscale: #5B5B5B. Windows color (decimal): -14715532 or 7632159. OLE color: 7632159.

HSL color Cylindrical-coordinate representation of color #1F7574: hue angle of 179.3º degrees, saturation: 0.58, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1F7574 is Cyan = 0.74, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.54.

Color convert

RGB 31 117 116 -
CMYK 0.74 0 0.01 0.54
HSL 179.3º 0.58% 0.29% -
HSV(B) 179.3º 0.74% 0.46% -
XYZ 10.08 14.27 18.75 -
YUV 91.17 142.01 85.08 -
System Red Green Blue C M Y K H S L
Decimal 31 117 116 0.74 0 0.01 0.54 179.3 0.58 0.29
Hex 1F 75 74 4A 0 1 36 B3 3A 1D
Octal 37 165 164 112 0 1 66 263 72 35
Binary 11111 1110101 1110100 1001010 0 1 110110 10110011 111010 11101

Color Harmonies of #1F7574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F7574

Black with #1F7574

Text Example


Text Example

White with #1F7574

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,117,116); }

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

background-color css

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

 a { background-color: rgb(31,117,116); }

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

border-color css

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

 span { border-color: rgb(31,117,116); }

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