Html Css Color HEX #013608 Deep Fir

📋 copy color: '#013608'

red 1 ◦ green 54 ◦ blue 8

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

Shades of Deep Fir #013608

Tints of Deep Fir #013608

RGB

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

 GREEN value IS 54 (21.48% from 255) = 85.71%

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

R = 1.59%
G = 85.71%
B = 12.7%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.85

 K value IS 0.79

RGB Variations

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

Color information

#013608 (or 0x013608) is known color: Deep Fir. HEX triplet: 01, 36 and 08. RGB value is (1,54,8). Sum of RGB (Red+Green+Blue) = 1+54+8=63 (8% of max value = 765). Red value is 1 (0.78% from 255 or 1.59% from 63); Green value is 54 (21.48% from 255 or 85.71% from 63); Blue value is 8 (3.52% from 255 or 12.70% from 63); Max value from RGB is 54 - color contains mainly: green. Hex color #013608 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #013608 is #FEC9F7. Grayscale: #212121. Windows color (decimal): -16697848 or 538113. OLE color: 538113.

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

Color convert

RGB 1 54 8 -
CMYK 0.98 0 0.85 0.79
HSL 127.92º 0.96% 0.11% -
HSV(B) 127.92º 0.98% 0.21% -
XYZ 1.38 2.66 0.67 -
YUV 32.91 113.94 105.24 -
System Red Green Blue C M Y K H S L
Decimal 1 54 8 0.98 0 0.85 0.79 127.92 0.96 0.11
Hex 1 36 8 62 0 55 4F 80 60 B
Octal 1 66 10 142 0 125 117 200 140 13
Binary 1 110110 1000 1100010 0 1010101 1001111 10000000 1100000 1011

Color Harmonies of #013608

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013608

Black with #013608

Text Example


Text Example

White with #013608

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013608; }

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

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

background-color css

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

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

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

border-color css

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

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

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