#00390C

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

Shades of Deep Fir #00390C

Tints of Deep Fir #00390C

Color information

#00390C (or 0x00390C) is unknown color: approx Deep Fir. HEX triplet: 00, 39 and 0C. RGB value is (0,57,12). Sum of RGB (Red+Green+Blue) = 0+57+12=69 (9% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 69); Green value is 57 (22.66% from 255 or 82.61% from 69); Blue value is 12 (5.08% from 255 or 17.39% from 69); Max value from RGB is 57 - color contains mainly: green. Hex color #00390C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #00390C is #FFC6F3. Grayscale: #222222. Windows color (decimal): -16762612 or 801024. OLE color: 801024.

HSL color Cylindrical-coordinate representation of color #00390C: hue angle of 132.63º 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 #00390C is Cyan = 1, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.78.

Color convert

RGB05712-
CMYK100.790.78
HSL132.63º100%11.18%-
HSV(B)132.63º100%22.35%-
XYZ1.532.950.84-
YUV34.83115.12103.16-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 57 (22.66% from 255) = 82.61%
BLUE value IS 12 (5.08% from 255) = 17.39%
R=0%
G=82.61%
B=17.39%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal05712100.790.78132.6310011.18
Hex039C6404F4E8564b
Octal07114144011711620514413
Binary0111001110011001000100111110011101000010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00390C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00390C; }

 p { color: rgb(0,57,12); }

 H1.HeaderClassName
 {
   color: #00390C;
 }
 .AnyTagClassName
 {
   color: #00390C;
 }
</style>
background-color css

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

 a { background-color: rgb(0,57,12); }

 div.DivClassName
 {
   background-color: #00390C;
 }
 .BgClassName
 {
   background-color: #00390C;
 }
</style>
border-color css

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

 span { border-color: rgb(0,57,12); }

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