#043914

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

Shades of Deep Fir #043914

Tints of Deep Fir #043914

Color information

#043914 (or 0x043914) is unknown color: approx Deep Fir. HEX triplet: 04, 39 and 14. RGB value is (4,57,20). Sum of RGB (Red+Green+Blue) = 4+57+20=81 (10% of max value = 765). Red value is 4 (1.95% from 255 or 4.94% from 81); Green value is 57 (22.66% from 255 or 70.37% from 81); Blue value is 20 (8.20% from 255 or 24.69% from 81); Max value from RGB is 57 - color contains mainly: green. Hex color #043914 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #043914 is #FBC6EB. Grayscale: #252525. Windows color (decimal): -16500460 or 1325316. OLE color: 1325316.

HSL color Cylindrical-coordinate representation of color #043914: hue angle of 138.11º 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 #043914 is Cyan = 0.93, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.78.

Color convert

RGB45720-
CMYK0.9300.650.78
HSL138.11º86.89%11.96%-
HSV(B)138.11º92.98%22.35%-
XYZ1.6431.15-
YUV36.93118.44104.51-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 4.94%
GREEN value IS 57 (22.66% from 255) = 70.37%
BLUE value IS 20 (8.20% from 255) = 24.69%
R=4.94%
G=70.37%
B=24.69%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal457200.9300.650.78138.1186.8911.96
Hex439145D0414E8a57c
Octal47124135010111621212714
Binary1001110011010010111010100000110011101000101010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #043914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #043914; }

 p { color: rgb(4,57,20); }

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

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

 a { background-color: rgb(4,57,20); }

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

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

 span { border-color: rgb(4,57,20); }

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