#04260B

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

Shades of Deep Fir #04260B

Tints of Deep Fir #04260B

Color information

#04260B (or 0x04260B) is unknown color: approx Deep Fir. HEX triplet: 04, 26 and 0B. RGB value is (4,38,11). Sum of RGB (Red+Green+Blue) = 4+38+11=53 (7% of max value = 765). Red value is 4 (1.95% from 255 or 7.55% from 53); Green value is 38 (15.23% from 255 or 71.70% from 53); Blue value is 11 (4.69% from 255 or 20.75% from 53); Max value from RGB is 38 - color contains mainly: green. Hex color #04260B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #04260B is #FBD9F4. Grayscale: #181818. Windows color (decimal): -16505333 or 730628. OLE color: 730628.

HSL color Cylindrical-coordinate representation of color #04260B: hue angle of 132.35º 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 #04260B is Cyan = 0.89, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.85.

Color convert

RGB43811-
CMYK0.8900.710.85
HSL132.35º80.95%8.24%-
HSV(B)132.35º89.47%14.9%-
XYZ0.81.440.55-
YUV24.76120.24113.2-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 7.55%
GREEN value IS 38 (15.23% from 255) = 71.70%
BLUE value IS 11 (4.69% from 255) = 20.75%
R=7.55%
G=71.70%
B=20.75%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal438110.8900.710.85132.3580.958.24
Hex426B590475584518
Octal44613131010712520412110
Binary100100110101110110010100011110101011000010010100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04260B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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