Html Css Color HEX #01360A Deep Fir

📋 copy color: '#01360A'

red 1 ◦ green 54 ◦ blue 10

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

Shades of Deep Fir #01360A

Tints of Deep Fir #01360A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 15.38%

R = 1.54%
G = 83.08%
B = 15.38%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.81

 K value IS 0.79

RGB Variations

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

Color information

#01360A (or 0x01360A) is known color: Deep Fir. HEX triplet: 01, 36 and 0A. RGB value is (1,54,10). Sum of RGB (Red+Green+Blue) = 1+54+10=65 (8% of max value = 765). Red value is 1 (0.78% from 255 or 1.54% from 65); Green value is 54 (21.48% from 255 or 83.08% from 65); Blue value is 10 (4.30% from 255 or 15.38% from 65); Max value from RGB is 54 - color contains mainly: green. Hex color #01360A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #01360A is #FEC9F5. Grayscale: #212121. Windows color (decimal): -16697846 or 669185. OLE color: 669185.

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

Color convert

RGB 1 54 10 -
CMYK 0.98 0 0.81 0.79
HSL 130.19º 0.96% 0.11% -
HSV(B) 130.19º 0.98% 0.21% -
XYZ 1.39 2.67 0.73 -
YUV 33.14 114.94 105.08 -
System Red Green Blue C M Y K H S L
Decimal 1 54 10 0.98 0 0.81 0.79 130.19 0.96 0.11
Hex 1 36 A 62 0 51 4F 82 60 B
Octal 1 66 12 142 0 121 117 202 140 13
Binary 1 110110 1010 1100010 0 1010001 1001111 10000010 1100000 1011

Color Harmonies of #01360A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01360A

Black with #01360A

Text Example


Text Example

White with #01360A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01360A; }

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

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

background-color css

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

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

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

border-color css

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

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

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