Html Css Color HEX #04381F Dark Green

📋 copy color: '#04381F'

red 4 ◦ green 56 ◦ blue 31

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

Shades of Dark Green #04381F

Tints of Dark Green #04381F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 34.07%

R = 4.4%
G = 61.54%
B = 34.07%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.45

 K value IS 0.78

RGB Variations

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

Color information

#04381F (or 0x04381F) is known color: Dark Green. HEX triplet: 04, 38 and 1F. RGB value is (4,56,31). Sum of RGB (Red+Green+Blue) = 4+56+31=91 (12% of max value = 765). Red value is 4 (1.95% from 255 or 4.40% from 91); Green value is 56 (22.27% from 255 or 61.54% from 91); Blue value is 31 (12.5% from 255 or 34.07% from 91); Max value from RGB is 56 - color contains mainly: green. Hex color #04381F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04381F is #FBC7E0. Grayscale: #252525. Windows color (decimal): -16500705 or 2045956. OLE color: 2045956.

HSL color Cylindrical-coordinate representation of color #04381F: hue angle of 151.15º 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 #04381F is Cyan = 0.93, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.78.

Color convert

RGB 4 56 31 -
CMYK 0.93 0 0.45 0.78
HSL 151.15º 0.87% 0.12% -
HSV(B) 151.15º 0.93% 0.22% -
XYZ 1.71 2.95 1.78 -
YUV 37.6 124.27 104.03 -
System Red Green Blue C M Y K H S L
Decimal 4 56 31 0.93 0 0.45 0.78 151.15 0.87 0.12
Hex 4 38 1F 5D 0 2D 4E 97 57 C
Octal 4 70 37 135 0 55 116 227 127 14
Binary 100 111000 11111 1011101 0 101101 1001110 10010111 1010111 1100

Color Harmonies of #04381F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04381F

Black with #04381F

Text Example


Text Example

White with #04381F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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