Html Css Color HEX #04381D Dark Green

📋 copy color: '#04381D'

red 4 ◦ green 56 ◦ blue 29

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

Shades of Dark Green #04381D

Tints of Dark Green #04381D

RGB

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

 GREEN value IS 56 (22.27% from 255) = 62.92%

 BLUE value IS 29 (11.72% from 255) = 32.58%

R = 4.49%
G = 62.92%
B = 32.58%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.48

 K value IS 0.78

RGB Variations

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

Color information

#04381D (or 0x04381D) is known color: Dark Green. HEX triplet: 04, 38 and 1D. RGB value is (4,56,29). Sum of RGB (Red+Green+Blue) = 4+56+29=89 (11% of max value = 765). Red value is 4 (1.95% from 255 or 4.49% from 89); Green value is 56 (22.27% from 255 or 62.92% from 89); Blue value is 29 (11.72% from 255 or 32.58% from 89); Max value from RGB is 56 - color contains mainly: green. Hex color #04381D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04381D is #FBC7E2. Grayscale: #252525. Windows color (decimal): -16500707 or 1914884. OLE color: 1914884.

HSL color Cylindrical-coordinate representation of color #04381D: hue angle of 148.85º degrees, saturation: 0.87, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #04381D is Cyan = 0.93, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.78.

Color convert

RGB 4 56 29 -
CMYK 0.93 0 0.48 0.78
HSL 148.85º 0.87% 0.12% -
HSV(B) 148.85º 0.93% 0.22% -
XYZ 1.69 2.94 1.64 -
YUV 37.37 123.27 104.2 -
System Red Green Blue C M Y K H S L
Decimal 4 56 29 0.93 0 0.48 0.78 148.85 0.87 0.12
Hex 4 38 1D 5D 0 30 4E 95 57 C
Octal 4 70 35 135 0 60 116 225 127 14
Binary 100 111000 11101 1011101 0 110000 1001110 10010101 1010111 1100

Color Harmonies of #04381D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04381D

Black with #04381D

Text Example


Text Example

White with #04381D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #04381D; }

 p { color: rgb(4,56,29); }

 H1.HeaderClassName
 {
   color: #04381D;
 }
 .AnyTagClassName
 {
   color: #04381D;
 }
</style>

background-color css

<style>
 a { background-color: #04381D; }

 a { background-color: rgb(4,56,29); }

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

border-color css

<style>
 span { border-color: #04381D; }

 span { border-color: rgb(4,56,29); }

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