Html Css Color HEX #042509 Deep Fir

📋 copy color: '#042509'

red 4 ◦ green 37 ◦ blue 9

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

Shades of Deep Fir #042509

Tints of Deep Fir #042509

RGB

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

 GREEN value IS 37 (14.84% from 255) = 74%

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

R = 8%
G = 74%
B = 18%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.76

 K value IS 0.85

RGB Variations

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

Color information

#042509 (or 0x042509) is known color: Deep Fir. HEX triplet: 04, 25 and 09. RGB value is (4,37,9). Sum of RGB (Red+Green+Blue) = 4+37+9=50 (6% of max value = 765). Red value is 4 (1.95% from 255 or 8% from 50); Green value is 37 (14.84% from 255 or 74% from 50); Blue value is 9 (3.91% from 255 or 18% from 50); Max value from RGB is 37 - color contains mainly: green. Hex color #042509 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #042509 is #FBDAF6. Grayscale: #181818. Windows color (decimal): -16505591 or 599300. OLE color: 599300.

HSL color Cylindrical-coordinate representation of color #042509: hue angle of 129.09º degrees, saturation: 0.8, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #042509 is Cyan = 0.89, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.85.

Color convert

RGB 4 37 9 -
CMYK 0.89 0 0.76 0.85
HSL 129.09º 0.8% 0.08% -
HSV(B) 129.09º 0.89% 0.15% -
XYZ 0.76 1.37 0.48 -
YUV 23.94 119.57 113.78 -
System Red Green Blue C M Y K H S L
Decimal 4 37 9 0.89 0 0.76 0.85 129.09 0.8 0.08
Hex 4 25 9 59 0 4C 55 81 50 8
Octal 4 45 11 131 0 114 125 201 120 10
Binary 100 100101 1001 1011001 0 1001100 1010101 10000001 1010000 1000

Color Harmonies of #042509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042509

Black with #042509

Text Example


Text Example

White with #042509

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #042509; }

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

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

background-color css

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

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

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

border-color css

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

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

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