#04381F

Color #04381F Dark Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Green #04381F

Tints of Dark Green #04381F

Color information

#04381F (or 0x04381F) is unknown color: approx 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

RGB45631-
CMYK0.9300.450.78
HSL151.15º86.67%11.76%-
HSV(B)151.15º92.86%21.96%-
XYZ1.712.951.78-
YUV37.6124.27104.03-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 4.40%
GREEN value IS 56 (22.27% from 255) = 61.54%
BLUE value IS 31 (12.5% from 255) = 34.07%
R=4.40%
G=61.54%
B=34.07%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal456310.9300.450.78151.1586.6711.76
Hex4381F5D02D4E9757c
Octal4703713505511622712714
Binary100111000111111011101010110110011101001011110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04381F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>