Html Css Color HEX #043B0E Deep Fir

📋 copy color: '#043B0E'

red 4 ◦ green 59 ◦ blue 14

#043B0E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Fir #043B0E

Tints of Deep Fir #043B0E

RGB

 RED value IS 4 (1.95% from 255) = 5.19%

 GREEN value IS 59 (23.44% from 255) = 76.62%

 BLUE value IS 14 (5.86% from 255) = 18.18%

R = 5.19%
G = 76.62%
B = 18.18%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.76

 K value IS 0.77

RGB Variations

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

Color information

#043B0E (or 0x043B0E) is known color: Deep Fir. HEX triplet: 04, 3B and 0E. RGB value is (4,59,14). Sum of RGB (Red+Green+Blue) = 4+59+14=77 (10% of max value = 765). Red value is 4 (1.95% from 255 or 5.19% from 77); Green value is 59 (23.44% from 255 or 76.62% from 77); Blue value is 14 (5.86% from 255 or 18.18% from 77); Max value from RGB is 59 - color contains mainly: green. Hex color #043B0E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #043B0E is #FBC4F1. Grayscale: #252525. Windows color (decimal): -16499954 or 932612. OLE color: 932612.

HSL color Cylindrical-coordinate representation of color #043B0E: hue angle of 130.91º degrees, saturation: 0.87, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #043B0E is Cyan = 0.93, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.77.

Color convert

RGB 4 59 14 -
CMYK 0.93 0 0.76 0.77
HSL 130.91º 0.87% 0.12% -
HSV(B) 130.91º 0.93% 0.23% -
XYZ 1.69 3.19 0.94 -
YUV 37.43 114.78 104.16 -
System Red Green Blue C M Y K H S L
Decimal 4 59 14 0.93 0 0.76 0.77 130.91 0.87 0.12
Hex 4 3B E 5D 0 4C 4D 83 57 C
Octal 4 73 16 135 0 114 115 203 127 14
Binary 100 111011 1110 1011101 0 1001100 1001101 10000011 1010111 1100

Color Harmonies of #043B0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #043B0E

Black with #043B0E

Text Example


Text Example

White with #043B0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #043B0E; }

 p { color: rgb(4,59,14); }

 H1.HeaderClassName
 {
   color: #043B0E;
 }
 .AnyTagClassName
 {
   color: #043B0E;
 }
</style>

background-color css

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

 a { background-color: rgb(4,59,14); }

 div.DivClassName
 {
   background-color: #043B0E;
 }
 .BgClassName
 {
   background-color: #043B0E;
 }
</style>

border-color css

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

 span { border-color: rgb(4,59,14); }

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