#04380C

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

Shades of Deep Fir #04380C

Tints of Deep Fir #04380C

Color information

#04380C (or 0x04380C) is unknown color: approx Deep Fir. HEX triplet: 04, 38 and 0C. RGB value is (4,56,12). Sum of RGB (Red+Green+Blue) = 4+56+12=72 (9% of max value = 765). Red value is 4 (1.95% from 255 or 5.56% from 72); Green value is 56 (22.27% from 255 or 77.78% from 72); Blue value is 12 (5.08% from 255 or 16.67% from 72); Max value from RGB is 56 - color contains mainly: green. Hex color #04380C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #04380C is #FBC7F3. Grayscale: #232323. Windows color (decimal): -16500724 or 800772. OLE color: 800772.

HSL color Cylindrical-coordinate representation of color #04380C: hue angle of 129.23º degrees, saturation: 0.87, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #04380C is Cyan = 0.93, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.78.

Color convert

RGB45612-
CMYK0.9300.790.78
HSL129.23º86.67%11.76%-
HSV(B)129.23º92.86%21.96%-
XYZ1.532.880.82-
YUV35.44114.77105.58-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 5.56%
GREEN value IS 56 (22.27% from 255) = 77.78%
BLUE value IS 12 (5.08% from 255) = 16.67%
R=5.56%
G=77.78%
B=16.67%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal456120.9300.790.78129.2386.6711.76
Hex438C5D04F4E8157c
Octal47014135011711620112714
Binary100111000110010111010100111110011101000000110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04380C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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