Html Css Color HEX #04310C Deep Fir

📋 copy color: '#04310C'

red 4 ◦ green 49 ◦ blue 12

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

Shades of Deep Fir #04310C

Tints of Deep Fir #04310C

RGB

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

 GREEN value IS 49 (19.53% from 255) = 75.38%

 BLUE value IS 12 (5.08% from 255) = 18.46%

R = 6.15%
G = 75.38%
B = 18.46%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.76

 K value IS 0.81

RGB Variations

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

Color information

#04310C (or 0x04310C) is known color: Deep Fir. HEX triplet: 04, 31 and 0C. RGB value is (4,49,12). Sum of RGB (Red+Green+Blue) = 4+49+12=65 (8% of max value = 765). Red value is 4 (1.95% from 255 or 6.15% from 65); Green value is 49 (19.53% from 255 or 75.38% from 65); Blue value is 12 (5.08% from 255 or 18.46% from 65); Max value from RGB is 49 - color contains mainly: green. Hex color #04310C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #04310C is #FBCEF3. Grayscale: #1F1F1F. Windows color (decimal): -16502516 or 798980. OLE color: 798980.

HSL color Cylindrical-coordinate representation of color #04310C: hue angle of 130.67º 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 #04310C is Cyan = 0.92, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.81.

Color convert

RGB 4 49 12 -
CMYK 0.92 0 0.76 0.81
HSL 130.67º 0.85% 0.1% -
HSV(B) 130.67º 0.92% 0.19% -
XYZ 1.21 2.25 0.72 -
YUV 31.33 117.09 108.51 -
System Red Green Blue C M Y K H S L
Decimal 4 49 12 0.92 0 0.76 0.81 130.67 0.85 0.1
Hex 4 31 C 5C 0 4C 51 83 55 A
Octal 4 61 14 134 0 114 121 203 125 12
Binary 100 110001 1100 1011100 0 1001100 1010001 10000011 1010101 1010

Color Harmonies of #04310C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04310C

Black with #04310C

Text Example


Text Example

White with #04310C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #04310C; }

 p { color: rgb(4,49,12); }

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

background-color css

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

 a { background-color: rgb(4,49,12); }

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

border-color css

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

 span { border-color: rgb(4,49,12); }

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