Html Css Color HEX #013609 Deep Fir

📋 copy color: '#013609'

red 1 ◦ green 54 ◦ blue 9

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

Shades of Deep Fir #013609

Tints of Deep Fir #013609

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 14.06%

R = 1.56%
G = 84.38%
B = 14.06%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.83

 K value IS 0.79

RGB Variations

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

Color information

#013609 (or 0x013609) is known color: Deep Fir. HEX triplet: 01, 36 and 09. RGB value is (1,54,9). Sum of RGB (Red+Green+Blue) = 1+54+9=64 (8% of max value = 765). Red value is 1 (0.78% from 255 or 1.56% from 64); Green value is 54 (21.48% from 255 or 84.38% from 64); Blue value is 9 (3.91% from 255 or 14.06% from 64); Max value from RGB is 54 - color contains mainly: green. Hex color #013609 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #013609 is #FEC9F6. Grayscale: #212121. Windows color (decimal): -16697847 or 603649. OLE color: 603649.

HSL color Cylindrical-coordinate representation of color #013609: hue angle of 129.06º 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 #013609 is Cyan = 0.98, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.79.

Color convert

RGB 1 54 9 -
CMYK 0.98 0 0.83 0.79
HSL 129.06º 0.96% 0.11% -
HSV(B) 129.06º 0.98% 0.21% -
XYZ 1.38 2.66 0.7 -
YUV 33.02 114.44 105.16 -
System Red Green Blue C M Y K H S L
Decimal 1 54 9 0.98 0 0.83 0.79 129.06 0.96 0.11
Hex 1 36 9 62 0 53 4F 81 60 B
Octal 1 66 11 142 0 123 117 201 140 13
Binary 1 110110 1001 1100010 0 1010011 1001111 10000001 1100000 1011

Color Harmonies of #013609

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013609

Black with #013609

Text Example


Text Example

White with #013609

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013609; }

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

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

background-color css

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

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

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

border-color css

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

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

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