Html Css Color HEX #04350A Deep Fir

📋 copy color: '#04350A'

red 4 ◦ green 53 ◦ blue 10

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

Shades of Deep Fir #04350A

Tints of Deep Fir #04350A

RGB

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

 GREEN value IS 53 (21.09% from 255) = 79.1%

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

R = 5.97%
G = 79.1%
B = 14.93%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.81

 K value IS 0.79

RGB Variations

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

Color information

#04350A (or 0x04350A) is known color: Deep Fir. HEX triplet: 04, 35 and 0A. RGB value is (4,53,10). Sum of RGB (Red+Green+Blue) = 4+53+10=67 (8% of max value = 765). Red value is 4 (1.95% from 255 or 5.97% from 67); Green value is 53 (21.09% from 255 or 79.10% from 67); Blue value is 10 (4.30% from 255 or 14.93% from 67); Max value from RGB is 53 - color contains mainly: green. Hex color #04350A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #04350A is #FBCAF5. Grayscale: #212121. Windows color (decimal): -16501494 or 668932. OLE color: 668932.

HSL color Cylindrical-coordinate representation of color #04350A: hue angle of 127.35º degrees, saturation: 0.86, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #04350A is Cyan = 0.92, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.79.

Color convert

RGB 4 53 10 -
CMYK 0.92 0 0.81 0.79
HSL 127.35º 0.86% 0.11% -
HSV(B) 127.35º 0.92% 0.21% -
XYZ 1.38 2.59 0.72 -
YUV 33.45 114.77 107 -
System Red Green Blue C M Y K H S L
Decimal 4 53 10 0.92 0 0.81 0.79 127.35 0.86 0.11
Hex 4 35 A 5C 0 51 4F 7F 56 B
Octal 4 65 12 134 0 121 117 177 126 13
Binary 100 110101 1010 1011100 0 1010001 1001111 1111111 1010110 1011

Color Harmonies of #04350A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04350A

Black with #04350A

Text Example


Text Example

White with #04350A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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