#003807

Color #003807 Deep Fir (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Fir #003807

Tints of Deep Fir #003807

Color information

#003807 (or 0x003807) is unknown color: approx 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

RGB0567-
CMYK100.880.78
HSL127.5º100%10.98%-
HSV(B)127.5º100%21.96%-
XYZ1.452.840.67-
YUV33.67112.95103.98-

RGB Variations

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

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.12% from 255) = 11.11%
R=0%
G=88.89%
B=11.11%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal0567100.880.78127.510010.98
Hex0387640584E8064b
Octal0707144013011620014413
Binary011100011111001000101100010011101000000011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #003807

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>