Html Css Color HEX #004109 Deep Fir

📋 copy color: '#004109'

red 0 ◦ green 65 ◦ blue 9

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

Shades of Deep Fir #004109

Tints of Deep Fir #004109

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 65 (25.78% from 255) = 87.84%

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

R = 0%
G = 87.84%
B = 12.16%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.86

 K value IS 0.75

RGB Variations

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

Color information

#004109 (or 0x004109) is known color: Deep Fir. HEX triplet: 00, 41 and 09. RGB value is (0,65,9). Sum of RGB (Red+Green+Blue) = 0+65+9=74 (9% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 74); Green value is 65 (25.78% from 255 or 87.84% from 74); Blue value is 9 (3.91% from 255 or 12.16% from 74); Max value from RGB is 65 - color contains mainly: green. Hex color #004109 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #004109 is #FFBEF6. Grayscale: #272727. Windows color (decimal): -16760567 or 606464. OLE color: 606464.

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

Color convert

RGB 0 65 9 -
CMYK 1 0 0.86 0.75
HSL 128.31º 1% 0.13% -
HSV(B) 128.31º 1% 0.25% -
XYZ 1.94 3.8 0.89 -
YUV 39.18 110.97 100.05 -
System Red Green Blue C M Y K H S L
Decimal 0 65 9 1 0 0.86 0.75 128.31 1 0.13
Hex 0 41 9 64 0 56 4B 80 64 D
Octal 0 101 11 144 0 126 113 200 144 15
Binary 0 1000001 1001 1100100 0 1010110 1001011 10000000 1100100 1101

Color Harmonies of #004109

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004109

Black with #004109

Text Example


Text Example

White with #004109

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #004109; }

 p { color: rgb(0,65,9); }

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

background-color css

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

 a { background-color: rgb(0,65,9); }

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

border-color css

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

 span { border-color: rgb(0,65,9); }

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