Html Css Color HEX #003507 Deep Fir

📋 copy color: '#003507'

red 0 ◦ green 53 ◦ blue 7

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

Shades of Deep Fir #003507

Tints of Deep Fir #003507

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

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

R = 0%
G = 88.33%
B = 11.67%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.87

 K value IS 0.79

RGB Variations

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

Color information

#003507 (or 0x003507) is known color: Deep Fir. HEX triplet: 00, 35 and 07. RGB value is (0,53,7). Sum of RGB (Red+Green+Blue) = 0+53+7=60 (7% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 60); Green value is 53 (21.09% from 255 or 88.33% from 60); Blue value is 7 (3.12% from 255 or 11.67% from 60); Max value from RGB is 53 - color contains mainly: green. Hex color #003507 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #003507 is #FFCAF8. Grayscale: #202020. Windows color (decimal): -16763641 or 472320. OLE color: 472320.

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

Color convert

RGB 0 53 7 -
CMYK 1 0 0.87 0.79
HSL 127.92º 1% 0.1% -
HSV(B) 127.92º 1% 0.21% -
XYZ 1.31 2.56 0.63 -
YUV 31.91 113.94 105.24 -
System Red Green Blue C M Y K H S L
Decimal 0 53 7 1 0 0.87 0.79 127.92 1 0.1
Hex 0 35 7 64 0 57 4F 80 64 A
Octal 0 65 7 144 0 127 117 200 144 12
Binary 0 110101 111 1100100 0 1010111 1001111 10000000 1100100 1010

Color Harmonies of #003507

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003507

Black with #003507

Text Example


Text Example

White with #003507

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #003507; }

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

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

background-color css

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

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

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

border-color css

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

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

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