Html Css Color HEX #013910 Deep Fir

📋 copy color: '#013910'

red 1 ◦ green 57 ◦ blue 16

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

Shades of Deep Fir #013910

Tints of Deep Fir #013910

RGB

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

 GREEN value IS 57 (22.66% from 255) = 77.03%

 BLUE value IS 16 (6.64% from 255) = 21.62%

R = 1.35%
G = 77.03%
B = 21.62%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.72

 K value IS 0.78

RGB Variations

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

Color information

#013910 (or 0x013910) is known color: Deep Fir. HEX triplet: 01, 39 and 10. RGB value is (1,57,16). Sum of RGB (Red+Green+Blue) = 1+57+16=74 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.35% from 74); Green value is 57 (22.66% from 255 or 77.03% from 74); Blue value is 16 (6.64% from 255 or 21.62% from 74); Max value from RGB is 57 - color contains mainly: green. Hex color #013910 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #013910 is #FEC6EF. Grayscale: #232323. Windows color (decimal): -16697072 or 1063169. OLE color: 1063169.

HSL color Cylindrical-coordinate representation of color #013910: hue angle of 136.07º degrees, saturation: 0.97, 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 #013910 is Cyan = 0.98, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.78.

Color convert

RGB 1 57 16 -
CMYK 0.98 0 0.72 0.78
HSL 136.07º 0.97% 0.11% -
HSV(B) 136.07º 0.98% 0.22% -
XYZ 1.57 2.97 0.98 -
YUV 35.58 116.95 103.33 -
System Red Green Blue C M Y K H S L
Decimal 1 57 16 0.98 0 0.72 0.78 136.07 0.97 0.11
Hex 1 39 10 62 0 48 4E 88 61 B
Octal 1 71 20 142 0 110 116 210 141 13
Binary 1 111001 10000 1100010 0 1001000 1001110 10001000 1100001 1011

Color Harmonies of #013910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013910

Black with #013910

Text Example


Text Example

White with #013910

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013910; }

 p { color: rgb(1,57,16); }

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

background-color css

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

 a { background-color: rgb(1,57,16); }

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

border-color css

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

 span { border-color: rgb(1,57,16); }

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