Html Css Color HEX #04330C Deep Fir

📋 copy color: '#04330C'

red 4 ◦ green 51 ◦ blue 12

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

Shades of Deep Fir #04330C

Tints of Deep Fir #04330C

RGB

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

 GREEN value IS 51 (20.31% from 255) = 76.12%

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

R = 5.97%
G = 76.12%
B = 17.91%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.76

 K value IS 0.8

RGB Variations

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

Color information

#04330C (or 0x04330C) is known color: Deep Fir. HEX triplet: 04, 33 and 0C. RGB value is (4,51,12). Sum of RGB (Red+Green+Blue) = 4+51+12=67 (8% of max value = 765). Red value is 4 (1.95% from 255 or 5.97% from 67); Green value is 51 (20.31% from 255 or 76.12% from 67); Blue value is 12 (5.08% from 255 or 17.91% from 67); Max value from RGB is 51 - color contains mainly: green. Hex color #04330C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #04330C is #FBCCF3. Grayscale: #202020. Windows color (decimal): -16502004 or 799492. OLE color: 799492.

HSL color Cylindrical-coordinate representation of color #04330C: hue angle of 130.21º degrees, saturation: 0.85, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #04330C is Cyan = 0.92, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.8.

Color convert

RGB 4 51 12 -
CMYK 0.92 0 0.76 0.8
HSL 130.21º 0.85% 0.11% -
HSV(B) 130.21º 0.92% 0.2% -
XYZ 1.3 2.42 0.75 -
YUV 32.5 116.43 107.67 -
System Red Green Blue C M Y K H S L
Decimal 4 51 12 0.92 0 0.76 0.8 130.21 0.85 0.11
Hex 4 33 C 5C 0 4C 50 82 55 B
Octal 4 63 14 134 0 114 120 202 125 13
Binary 100 110011 1100 1011100 0 1001100 1010000 10000010 1010101 1011

Color Harmonies of #04330C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04330C

Black with #04330C

Text Example


Text Example

White with #04330C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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