#04382B

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

Shades of Dark Green #04382B

Tints of Dark Green #04382B

Color information

#04382B (or 0x04382B) is unknown color: approx Dark Green. HEX triplet: 04, 38 and 2B. RGB value is (4,56,43). Sum of RGB (Red+Green+Blue) = 4+56+43=103 (13% of max value = 765). Red value is 4 (1.95% from 255 or 3.88% from 103); Green value is 56 (22.27% from 255 or 54.37% from 103); Blue value is 43 (17.19% from 255 or 41.75% from 103); Max value from RGB is 56 - color contains mainly: green. Hex color #04382B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04382B is #FBC7D4. Grayscale: #262626. Windows color (decimal): -16500693 or 2832388. OLE color: 2832388.

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

Color convert

RGB45643-
CMYK0.9300.230.78
HSL165º86.67%11.76%-
HSV(B)165º92.86%21.96%-
XYZ1.93.032.77-
YUV38.97130.27103.06-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.88%
GREEN value IS 56 (22.27% from 255) = 54.37%
BLUE value IS 43 (17.19% from 255) = 41.75%
R=3.88%
G=54.37%
B=41.75%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal456430.9300.230.7816586.6711.76
Hex4382B5D0174Ea557c
Octal4705313502711624512714
Binary100111000101011101110101011110011101010010110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04382B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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