Html Css Color HEX #043009 Deep Fir

📋 copy color: '#043009'

red 4 ◦ green 48 ◦ blue 9

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

Shades of Deep Fir #043009

Tints of Deep Fir #043009

RGB

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

 GREEN value IS 48 (19.14% from 255) = 78.69%

 BLUE value IS 9 (3.91% from 255) = 14.75%

R = 6.56%
G = 78.69%
B = 14.75%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.81

 K value IS 0.81

RGB Variations

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

Color information

#043009 (or 0x043009) is known color: Deep Fir. HEX triplet: 04, 30 and 09. RGB value is (4,48,9). Sum of RGB (Red+Green+Blue) = 4+48+9=61 (8% of max value = 765). Red value is 4 (1.95% from 255 or 6.56% from 61); Green value is 48 (19.14% from 255 or 78.69% from 61); Blue value is 9 (3.91% from 255 or 14.75% from 61); Max value from RGB is 48 - color contains mainly: green. Hex color #043009 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #043009 is #FBCFF6. Grayscale: #1E1E1E. Windows color (decimal): -16502775 or 602116. OLE color: 602116.

HSL color Cylindrical-coordinate representation of color #043009: hue angle of 126.82º degrees, saturation: 0.85, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #043009 is Cyan = 0.92, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.81.

Color convert

RGB 4 48 9 -
CMYK 0.92 0 0.81 0.81
HSL 126.82º 0.85% 0.1% -
HSV(B) 126.82º 0.92% 0.19% -
XYZ 1.16 2.16 0.61 -
YUV 30.4 115.92 109.17 -
System Red Green Blue C M Y K H S L
Decimal 4 48 9 0.92 0 0.81 0.81 126.82 0.85 0.1
Hex 4 30 9 5C 0 51 51 7F 55 A
Octal 4 60 11 134 0 121 121 177 125 12
Binary 100 110000 1001 1011100 0 1010001 1010001 1111111 1010101 1010

Color Harmonies of #043009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #043009

Black with #043009

Text Example


Text Example

White with #043009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #043009; }

 p { color: rgb(4,48,9); }

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

background-color css

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

 a { background-color: rgb(4,48,9); }

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

border-color css

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

 span { border-color: rgb(4,48,9); }

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