#04260C

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

Shades of Deep Fir #04260C

Tints of Deep Fir #04260C

Color information

#04260C (or 0x04260C) is unknown color: approx Deep Fir. HEX triplet: 04, 26 and 0C. RGB value is (4,38,12). Sum of RGB (Red+Green+Blue) = 4+38+12=54 (7% of max value = 765). Red value is 4 (1.95% from 255 or 7.41% from 54); Green value is 38 (15.23% from 255 or 70.37% from 54); Blue value is 12 (5.08% from 255 or 22.22% from 54); Max value from RGB is 38 - color contains mainly: green. Hex color #04260C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #04260C is #FBD9F3. Grayscale: #181818. Windows color (decimal): -16505332 or 796164. OLE color: 796164.

HSL color Cylindrical-coordinate representation of color #04260C: hue angle of 134.12º degrees, saturation: 0.81, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #04260C is Cyan = 0.89, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.85.

Color convert

RGB43812-
CMYK0.8900.680.85
HSL134.12º80.95%8.24%-
HSV(B)134.12º89.47%14.9%-
XYZ0.811.440.58-
YUV24.87120.74113.11-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 7.41%
GREEN value IS 38 (15.23% from 255) = 70.37%
BLUE value IS 12 (5.08% from 255) = 22.22%
R=7.41%
G=70.37%
B=22.22%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal438120.8900.680.85134.1280.958.24
Hex426C590445586518
Octal44614131010412520612110
Binary100100110110010110010100010010101011000011010100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04260C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,38,12); }

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

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

 a { background-color: rgb(4,38,12); }

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

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

 span { border-color: rgb(4,38,12); }

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