Html Css Color HEX #042809 Deep Fir

📋 copy color: '#042809'

red 4 ◦ green 40 ◦ blue 9

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

Shades of Deep Fir #042809

Tints of Deep Fir #042809

RGB

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

 GREEN value IS 40 (16.02% from 255) = 75.47%

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

R = 7.55%
G = 75.47%
B = 16.98%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.78

 K value IS 0.84

RGB Variations

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

Color information

#042809 (or 0x042809) is known color: Deep Fir. HEX triplet: 04, 28 and 09. RGB value is (4,40,9). Sum of RGB (Red+Green+Blue) = 4+40+9=53 (7% of max value = 765). Red value is 4 (1.95% from 255 or 7.55% from 53); Green value is 40 (16.02% from 255 or 75.47% from 53); Blue value is 9 (3.91% from 255 or 16.98% from 53); Max value from RGB is 40 - color contains mainly: green. Hex color #042809 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #042809 is #FBD7F6. Grayscale: #191919. Windows color (decimal): -16504823 or 600068. OLE color: 600068.

HSL color Cylindrical-coordinate representation of color #042809: hue angle of 128.33º degrees, saturation: 0.82, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #042809 is Cyan = 0.90, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.84.

Color convert

RGB 4 40 9 -
CMYK 0.90 0 0.78 0.84
HSL 128.33º 0.82% 0.09% -
HSV(B) 128.33º 0.9% 0.16% -
XYZ 0.86 1.56 0.51 -
YUV 25.7 118.57 112.52 -
System Red Green Blue C M Y K H S L
Decimal 4 40 9 0.90 0 0.78 0.84 128.33 0.82 0.09
Hex 4 28 9 5A 0 4E 54 80 52 9
Octal 4 50 11 132 0 116 124 200 122 11
Binary 100 101000 1001 1011010 0 1001110 1010100 10000000 1010010 1001

Color Harmonies of #042809

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042809

Black with #042809

Text Example


Text Example

White with #042809

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #042809; }

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

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

background-color css

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

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

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

border-color css

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

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

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