Html Css Color HEX #04311A Dark Green

📋 copy color: '#04311A'

red 4 ◦ green 49 ◦ blue 26

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

Shades of Dark Green #04311A

Tints of Dark Green #04311A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 32.91%

R = 5.06%
G = 62.03%
B = 32.91%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.47

 K value IS 0.81

RGB Variations

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

Color information

#04311A (or 0x04311A) is known color: Dark Green. HEX triplet: 04, 31 and 1A. RGB value is (4,49,26). Sum of RGB (Red+Green+Blue) = 4+49+26=79 (10% of max value = 765). Red value is 4 (1.95% from 255 or 5.06% from 79); Green value is 49 (19.53% from 255 or 62.03% from 79); Blue value is 26 (10.55% from 255 or 32.91% from 79); Max value from RGB is 49 - color contains mainly: green. Hex color #04311A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04311A is #FBCEE5. Grayscale: #202020. Windows color (decimal): -16502502 or 1716484. OLE color: 1716484.

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

Color convert

RGB 4 49 26 -
CMYK 0.92 0 0.47 0.81
HSL 149.33º 0.85% 0.1% -
HSV(B) 149.33º 0.92% 0.19% -
XYZ 1.33 2.3 1.35 -
YUV 32.92 124.09 107.37 -
System Red Green Blue C M Y K H S L
Decimal 4 49 26 0.92 0 0.47 0.81 149.33 0.85 0.1
Hex 4 31 1A 5C 0 2F 51 95 55 A
Octal 4 61 32 134 0 57 121 225 125 12
Binary 100 110001 11010 1011100 0 101111 1010001 10010101 1010101 1010

Color Harmonies of #04311A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04311A

Black with #04311A

Text Example


Text Example

White with #04311A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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