Html Css Color HEX #1F7674 Elm

📋 copy color: '#1F7674'

red 31 ◦ green 118 ◦ blue 116

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

Shades of Elm #1F7674

Tints of Elm #1F7674

RGB

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

 GREEN value IS 118 (46.48% from 255) = 44.53%

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

R = 11.7%
G = 44.53%
B = 43.77%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.02

 K value IS 0.54

RGB Variations

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

Color information

#1F7674 (or 0x1F7674) is known color: Elm. HEX triplet: 1F, 76 and 74. RGB value is (31,118,116). Sum of RGB (Red+Green+Blue) = 31+118+116=265 (35% of max value = 765). Red value is 31 (12.5% from 255 or 11.70% from 265); Green value is 118 (46.48% from 255 or 44.53% from 265); Blue value is 116 (45.70% from 255 or 43.77% from 265); Max value from RGB is 118 - color contains mainly: green. Hex color #1F7674 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F7674 is #E0898B. Grayscale: #5B5B5B. Windows color (decimal): -14715276 or 7632415. OLE color: 7632415.

HSL color Cylindrical-coordinate representation of color #1F7674: hue angle of 178.62º 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 #1F7674 is Cyan = 0.74, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.54.

Color convert

RGB 31 118 116 -
CMYK 0.74 0 0.02 0.54
HSL 178.62º 0.58% 0.29% -
HSV(B) 178.62º 0.74% 0.46% -
XYZ 10.2 14.51 18.79 -
YUV 91.76 141.68 84.66 -
System Red Green Blue C M Y K H S L
Decimal 31 118 116 0.74 0 0.02 0.54 178.62 0.58 0.29
Hex 1F 76 74 4A 0 2 36 B3 3A 1D
Octal 37 166 164 112 0 2 66 263 72 35
Binary 11111 1110110 1110100 1001010 0 10 110110 10110011 111010 11101

Color Harmonies of #1F7674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F7674

Black with #1F7674

Text Example


Text Example

White with #1F7674

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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