Html Css Color HEX #043F0F Deep Fir

📋 copy color: '#043F0F'

red 4 ◦ green 63 ◦ blue 15

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

Shades of Deep Fir #043F0F

Tints of Deep Fir #043F0F

RGB

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

 GREEN value IS 63 (25% from 255) = 76.83%

 BLUE value IS 15 (6.25% from 255) = 18.29%

R = 4.88%
G = 76.83%
B = 18.29%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.76

 K value IS 0.75

RGB Variations

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

Color information

#043F0F (or 0x043F0F) is known color: Deep Fir. HEX triplet: 04, 3F and 0F. RGB value is (4,63,15). Sum of RGB (Red+Green+Blue) = 4+63+15=82 (10% of max value = 765). Red value is 4 (1.95% from 255 or 4.88% from 82); Green value is 63 (25% from 255 or 76.83% from 82); Blue value is 15 (6.25% from 255 or 18.29% from 82); Max value from RGB is 63 - color contains mainly: green. Hex color #043F0F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #043F0F is #FBC0F0. Grayscale: #282828. Windows color (decimal): -16498929 or 999172. OLE color: 999172.

HSL color Cylindrical-coordinate representation of color #043F0F: hue angle of 131.19º degrees, saturation: 0.88, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #043F0F is Cyan = 0.94, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.75.

Color convert

RGB 4 63 15 -
CMYK 0.94 0 0.76 0.75
HSL 131.19º 0.88% 0.13% -
HSV(B) 131.19º 0.94% 0.25% -
XYZ 1.91 3.62 1.05 -
YUV 39.89 113.95 102.4 -
System Red Green Blue C M Y K H S L
Decimal 4 63 15 0.94 0 0.76 0.75 131.19 0.88 0.13
Hex 4 3F F 5E 0 4C 4B 83 58 D
Octal 4 77 17 136 0 114 113 203 130 15
Binary 100 111111 1111 1011110 0 1001100 1001011 10000011 1011000 1101

Color Harmonies of #043F0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #043F0F

Black with #043F0F

Text Example


Text Example

White with #043F0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,63,15); }

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

background-color css

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

 a { background-color: rgb(4,63,15); }

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

border-color css

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

 span { border-color: rgb(4,63,15); }

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