Html Css Color HEX #013507 Deep Fir

📋 copy color: '#013507'

red 1 ◦ green 53 ◦ blue 7

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

Shades of Deep Fir #013507

Tints of Deep Fir #013507

RGB

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

 GREEN value IS 53 (21.09% from 255) = 86.89%

 BLUE value IS 7 (3.13% from 255) = 11.48%

R = 1.64%
G = 86.89%
B = 11.48%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.87

 K value IS 0.79

RGB Variations

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

Color information

#013507 (or 0x013507) is known color: Deep Fir. HEX triplet: 01, 35 and 07. RGB value is (1,53,7). Sum of RGB (Red+Green+Blue) = 1+53+7=61 (8% of max value = 765). Red value is 1 (0.78% from 255 or 1.64% from 61); Green value is 53 (21.09% from 255 or 86.89% from 61); Blue value is 7 (3.12% from 255 or 11.48% from 61); Max value from RGB is 53 - color contains mainly: green. Hex color #013507 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #013507 is #FECAF8. Grayscale: #202020. Windows color (decimal): -16698105 or 472321. OLE color: 472321.

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

Color convert

RGB 1 53 7 -
CMYK 0.98 0 0.87 0.79
HSL 126.92º 0.96% 0.11% -
HSV(B) 126.92º 0.98% 0.21% -
XYZ 1.32 2.57 0.63 -
YUV 32.21 113.77 105.74 -
System Red Green Blue C M Y K H S L
Decimal 1 53 7 0.98 0 0.87 0.79 126.92 0.96 0.11
Hex 1 35 7 62 0 57 4F 7F 60 B
Octal 1 65 7 142 0 127 117 177 140 13
Binary 1 110101 111 1100010 0 1010111 1001111 1111111 1100000 1011

Color Harmonies of #013507

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013507

Black with #013507

Text Example


Text Example

White with #013507

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013507; }

 p { color: rgb(1,53,7); }

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

background-color css

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

 a { background-color: rgb(1,53,7); }

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

border-color css

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

 span { border-color: rgb(1,53,7); }

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