Html Css Color HEX #04250C Deep Fir

📋 copy color: '#04250C'

red 4 ◦ green 37 ◦ blue 12

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

Shades of Deep Fir #04250C

Tints of Deep Fir #04250C

RGB

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

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

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

R = 7.55%
G = 69.81%
B = 22.64%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.68

 K value IS 0.85

RGB Variations

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

Color information

#04250C (or 0x04250C) is known color: Deep Fir. HEX triplet: 04, 25 and 0C. RGB value is (4,37,12). Sum of RGB (Red+Green+Blue) = 4+37+12=53 (7% of max value = 765). Red value is 4 (1.95% from 255 or 7.55% from 53); Green value is 37 (14.84% from 255 or 69.81% from 53); Blue value is 12 (5.08% from 255 or 22.64% from 53); Max value from RGB is 37 - color contains mainly: green. Hex color #04250C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #04250C is #FBDAF3. Grayscale: #181818. Windows color (decimal): -16505588 or 795908. OLE color: 795908.

HSL color Cylindrical-coordinate representation of color #04250C: hue angle of 134.55º 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 #04250C is Cyan = 0.89, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.85.

Color convert

RGB 4 37 12 -
CMYK 0.89 0 0.68 0.85
HSL 134.55º 0.8% 0.08% -
HSV(B) 134.55º 0.89% 0.15% -
XYZ 0.78 1.38 0.57 -
YUV 24.28 121.07 113.53 -
System Red Green Blue C M Y K H S L
Decimal 4 37 12 0.89 0 0.68 0.85 134.55 0.8 0.08
Hex 4 25 C 59 0 44 55 87 50 8
Octal 4 45 14 131 0 104 125 207 120 10
Binary 100 100101 1100 1011001 0 1000100 1010101 10000111 1010000 1000

Color Harmonies of #04250C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04250C

Black with #04250C

Text Example


Text Example

White with #04250C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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