#003A0E

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

Shades of Deep Fir #003A0E

Tints of Deep Fir #003A0E

Color information

#003A0E (or 0x003A0E) is unknown color: approx Deep Fir. HEX triplet: 00, 3A and 0E. RGB value is (0,58,14). Sum of RGB (Red+Green+Blue) = 0+58+14=72 (9% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 72); Green value is 58 (23.05% from 255 or 80.56% from 72); Blue value is 14 (5.86% from 255 or 19.44% from 72); Max value from RGB is 58 - color contains mainly: green. Hex color #003A0E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #003A0E is #FFC5F1. Grayscale: #232323. Windows color (decimal): -16762354 or 932352. OLE color: 932352.

HSL color Cylindrical-coordinate representation of color #003A0E: hue angle of 134.48º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003A0E is Cyan = 1, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.77.

Color convert

RGB05814-
CMYK100.760.77
HSL134.48º100%11.37%-
HSV(B)134.48º100%22.75%-
XYZ1.593.060.92-
YUV35.64115.78102.58-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 58 (23.05% from 255) = 80.56%
BLUE value IS 14 (5.86% from 255) = 19.44%
R=0%
G=80.56%
B=19.44%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal05814100.760.77134.4810011.37
Hex03AE6404C4D8664b
Octal07216144011411520614413
Binary0111010111011001000100110010011011000011011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #003A0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #003A0E; }

 p { color: rgb(0,58,14); }

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

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

 a { background-color: rgb(0,58,14); }

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

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

 span { border-color: rgb(0,58,14); }

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