Html Css Color HEX #044013 Deep Fir

📋 copy color: '#044013'

red 4 ◦ green 64 ◦ blue 19

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

Shades of Deep Fir #044013

Tints of Deep Fir #044013

RGB

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

 GREEN value IS 64 (25.39% from 255) = 73.56%

 BLUE value IS 19 (7.81% from 255) = 21.84%

R = 4.6%
G = 73.56%
B = 21.84%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.70

 K value IS 0.75

RGB Variations

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

Color information

#044013 (or 0x044013) is known color: Deep Fir. HEX triplet: 04, 40 and 13. RGB value is (4,64,19). Sum of RGB (Red+Green+Blue) = 4+64+19=87 (11% of max value = 765). Red value is 4 (1.95% from 255 or 4.60% from 87); Green value is 64 (25.39% from 255 or 73.56% from 87); Blue value is 19 (7.81% from 255 or 21.84% from 87); Max value from RGB is 64 - color contains mainly: green. Hex color #044013 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #044013 is #FBBFEC. Grayscale: #292929. Windows color (decimal): -16498669 or 1261572. OLE color: 1261572.

HSL color Cylindrical-coordinate representation of color #044013: hue angle of 135º 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 #044013 is Cyan = 0.94, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.75.

Color convert

RGB 4 64 19 -
CMYK 0.94 0 0.70 0.75
HSL 135º 0.88% 0.13% -
HSV(B) 135º 0.94% 0.25% -
XYZ 2 3.74 1.23 -
YUV 40.93 115.62 101.66 -
System Red Green Blue C M Y K H S L
Decimal 4 64 19 0.94 0 0.70 0.75 135 0.88 0.13
Hex 4 40 13 5E 0 46 4B 87 58 D
Octal 4 100 23 136 0 106 113 207 130 15
Binary 100 1000000 10011 1011110 0 1000110 1001011 10000111 1011000 1101

Color Harmonies of #044013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #044013

Black with #044013

Text Example


Text Example

White with #044013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #044013; }

 p { color: rgb(4,64,19); }

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

background-color css

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

 a { background-color: rgb(4,64,19); }

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

border-color css

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

 span { border-color: rgb(4,64,19); }

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