Html Css Color HEX #003807 Deep Fir

📋 copy color: '#003807'

red 0 ◦ green 56 ◦ blue 7

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

Shades of Deep Fir #003807

Tints of Deep Fir #003807

RGB

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

 GREEN value IS 56 (22.27% from 255) = 88.89%

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

R = 0%
G = 88.89%
B = 11.11%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.88

 K value IS 0.78

RGB Variations

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

Color information

#003807 (or 0x003807) is known color: Deep Fir. HEX triplet: 00, 38 and 07. RGB value is (0,56,7). Sum of RGB (Red+Green+Blue) = 0+56+7=63 (8% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 63); Green value is 56 (22.27% from 255 or 88.89% from 63); Blue value is 7 (3.12% from 255 or 11.11% from 63); Max value from RGB is 56 - color contains mainly: green. Hex color #003807 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #003807 is #FFC7F8. Grayscale: #212121. Windows color (decimal): -16762873 or 473088. OLE color: 473088.

HSL color Cylindrical-coordinate representation of color #003807: hue angle of 127.5º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003807 is Cyan = 1, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.78.

Color convert

RGB 0 56 7 -
CMYK 1 0 0.88 0.78
HSL 127.5º 1% 0.11% -
HSV(B) 127.5º 1% 0.22% -
XYZ 1.45 2.84 0.67 -
YUV 33.67 112.95 103.98 -
System Red Green Blue C M Y K H S L
Decimal 0 56 7 1 0 0.88 0.78 127.5 1 0.11
Hex 0 38 7 64 0 58 4E 80 64 B
Octal 0 70 7 144 0 130 116 200 144 13
Binary 0 111000 111 1100100 0 1011000 1001110 10000000 1100100 1011

Color Harmonies of #003807

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003807

Black with #003807

Text Example


Text Example

White with #003807

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #003807; }

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

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

background-color css

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

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

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

border-color css

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

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

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