Html Css Color HEX #013711 Deep Fir

📋 copy color: '#013711'

red 1 ◦ green 55 ◦ blue 17

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

Shades of Deep Fir #013711

Tints of Deep Fir #013711

RGB

 RED value IS 1 (0.78% from 255) = 1.37%

 GREEN value IS 55 (21.88% from 255) = 75.34%

 BLUE value IS 17 (7.03% from 255) = 23.29%

R = 1.37%
G = 75.34%
B = 23.29%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.69

 K value IS 0.78

RGB Variations

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

Color information

#013711 (or 0x013711) is known color: Deep Fir. HEX triplet: 01, 37 and 11. RGB value is (1,55,17). Sum of RGB (Red+Green+Blue) = 1+55+17=73 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.37% from 73); Green value is 55 (21.88% from 255 or 75.34% from 73); Blue value is 17 (7.03% from 255 or 23.29% from 73); Max value from RGB is 55 - color contains mainly: green. Hex color #013711 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #013711 is #FEC8EE. Grayscale: #222222. Windows color (decimal): -16697583 or 1128193. OLE color: 1128193.

HSL color Cylindrical-coordinate representation of color #013711: hue angle of 137.78º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #013711 is Cyan = 0.98, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.78.

Color convert

RGB 1 55 17 -
CMYK 0.98 0 0.69 0.78
HSL 137.78º 0.96% 0.11% -
HSV(B) 137.78º 0.98% 0.22% -
XYZ 1.48 2.78 0.99 -
YUV 34.52 118.11 104.09 -
System Red Green Blue C M Y K H S L
Decimal 1 55 17 0.98 0 0.69 0.78 137.78 0.96 0.11
Hex 1 37 11 62 0 45 4E 8A 60 B
Octal 1 67 21 142 0 105 116 212 140 13
Binary 1 110111 10001 1100010 0 1000101 1001110 10001010 1100000 1011

Color Harmonies of #013711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013711

Black with #013711

Text Example


Text Example

White with #013711

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013711; }

 p { color: rgb(1,55,17); }

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

background-color css

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

 a { background-color: rgb(1,55,17); }

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

border-color css

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

 span { border-color: rgb(1,55,17); }

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