Html Css Color HEX #04330A Deep Fir

📋 copy color: '#04330A'

red 4 ◦ green 51 ◦ blue 10

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

Shades of Deep Fir #04330A

Tints of Deep Fir #04330A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 15.38%

R = 6.15%
G = 78.46%
B = 15.38%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.80

 K value IS 0.8

RGB Variations

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

Color information

#04330A (or 0x04330A) is known color: Deep Fir. HEX triplet: 04, 33 and 0A. RGB value is (4,51,10). Sum of RGB (Red+Green+Blue) = 4+51+10=65 (8% of max value = 765). Red value is 4 (1.95% from 255 or 6.15% from 65); Green value is 51 (20.31% from 255 or 78.46% from 65); Blue value is 10 (4.30% from 255 or 15.38% from 65); Max value from RGB is 51 - color contains mainly: green. Hex color #04330A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #04330A is #FBCCF5. Grayscale: #202020. Windows color (decimal): -16502006 or 668420. OLE color: 668420.

HSL color Cylindrical-coordinate representation of color #04330A: hue angle of 127.66º 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 #04330A is Cyan = 0.92, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.8.

Color convert

RGB 4 51 10 -
CMYK 0.92 0 0.80 0.8
HSL 127.66º 0.85% 0.11% -
HSV(B) 127.66º 0.92% 0.2% -
XYZ 1.29 2.42 0.69 -
YUV 32.27 115.43 107.83 -
System Red Green Blue C M Y K H S L
Decimal 4 51 10 0.92 0 0.80 0.8 127.66 0.85 0.11
Hex 4 33 A 5C 0 50 50 80 55 B
Octal 4 63 12 134 0 120 120 200 125 13
Binary 100 110011 1010 1011100 0 1010000 1010000 10000000 1010101 1011

Color Harmonies of #04330A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04330A

Black with #04330A

Text Example


Text Example

White with #04330A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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