Html Css Color HEX #013708 Deep Fir

📋 copy color: '#013708'

red 1 ◦ green 55 ◦ blue 8

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

Shades of Deep Fir #013708

Tints of Deep Fir #013708

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 12.5%

R = 1.56%
G = 85.94%
B = 12.5%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.85

 K value IS 0.78

RGB Variations

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

Color information

#013708 (or 0x013708) is known color: Deep Fir. HEX triplet: 01, 37 and 08. RGB value is (1,55,8). Sum of RGB (Red+Green+Blue) = 1+55+8=64 (8% of max value = 765). Red value is 1 (0.78% from 255 or 1.56% from 64); Green value is 55 (21.88% from 255 or 85.94% from 64); Blue value is 8 (3.52% from 255 or 12.5% from 64); Max value from RGB is 55 - color contains mainly: green. Hex color #013708 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #013708 is #FEC8F7. Grayscale: #212121. Windows color (decimal): -16697592 or 538369. OLE color: 538369.

HSL color Cylindrical-coordinate representation of color #013708: hue angle of 127.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 #013708 is Cyan = 0.98, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.78.

Color convert

RGB 1 55 8 -
CMYK 0.98 0 0.85 0.78
HSL 127.78º 0.96% 0.11% -
HSV(B) 127.78º 0.98% 0.22% -
XYZ 1.42 2.76 0.69 -
YUV 33.5 113.61 104.82 -
System Red Green Blue C M Y K H S L
Decimal 1 55 8 0.98 0 0.85 0.78 127.78 0.96 0.11
Hex 1 37 8 62 0 55 4E 80 60 B
Octal 1 67 10 142 0 125 116 200 140 13
Binary 1 110111 1000 1100010 0 1010101 1001110 10000000 1100000 1011

Color Harmonies of #013708

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013708

Black with #013708

Text Example


Text Example

White with #013708

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013708; }

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

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

background-color css

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

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

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

border-color css

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

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

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