#04382C

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

Shades of Dark Green #04382C

Tints of Dark Green #04382C

Color information

#04382C (or 0x04382C) is unknown color: approx Dark Green. HEX triplet: 04, 38 and 2C. RGB value is (4,56,44). Sum of RGB (Red+Green+Blue) = 4+56+44=104 (13% of max value = 765). Red value is 4 (1.95% from 255 or 3.85% from 104); Green value is 56 (22.27% from 255 or 53.85% from 104); Blue value is 44 (17.58% from 255 or 42.31% from 104); Max value from RGB is 56 - color contains mainly: green. Hex color #04382C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04382C is #FBC7D3. Grayscale: #272727. Windows color (decimal): -16500692 or 2897924. OLE color: 2897924.

HSL color Cylindrical-coordinate representation of color #04382C: hue angle of 166.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 #04382C is Cyan = 0.93, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.78.

Color convert

RGB45644-
CMYK0.9300.210.78
HSL166.15º86.67%11.76%-
HSV(B)166.15º92.86%21.96%-
XYZ1.923.042.87-
YUV39.08130.77102.98-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.85%
GREEN value IS 56 (22.27% from 255) = 53.85%
BLUE value IS 44 (17.58% from 255) = 42.31%
R=3.85%
G=53.85%
B=42.31%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal456440.9300.210.78166.1586.6711.76
Hex4382C5D0154Ea657c
Octal4705413502511624612714
Binary100111000101100101110101010110011101010011010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04382C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #04382C; }

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

 H1.HeaderClassName
 {
   color: #04382C;
 }
 .AnyTagClassName
 {
   color: #04382C;
 }
</style>
background-color css

<style>
 a { background-color: #04382C; }

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

 div.DivClassName
 {
   background-color: #04382C;
 }
 .BgClassName
 {
   background-color: #04382C;
 }
</style>
border-color css

<style>
 span { border-color: #04382C; }

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

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