Html Css Color HEX #04382A Dark Green

📋 copy color: '#04382A'

red 4 ◦ green 56 ◦ blue 42

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

Shades of Dark Green #04382A

Tints of Dark Green #04382A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 41.18%

R = 3.92%
G = 54.9%
B = 41.18%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.25

 K value IS 0.78

RGB Variations

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

Color information

#04382A (or 0x04382A) is known color: Dark Green. HEX triplet: 04, 38 and 2A. RGB value is (4,56,42). Sum of RGB (Red+Green+Blue) = 4+56+42=102 (13% of max value = 765). Red value is 4 (1.95% from 255 or 3.92% from 102); Green value is 56 (22.27% from 255 or 54.90% from 102); Blue value is 42 (16.80% from 255 or 41.18% from 102); Max value from RGB is 56 - color contains mainly: green. Hex color #04382A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04382A is #FBC7D5. Grayscale: #262626. Windows color (decimal): -16500694 or 2766852. OLE color: 2766852.

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

Color convert

RGB 4 56 42 -
CMYK 0.93 0 0.25 0.78
HSL 163.85º 0.87% 0.12% -
HSV(B) 163.85º 0.93% 0.22% -
XYZ 1.88 3.02 2.67 -
YUV 38.86 129.77 103.14 -
System Red Green Blue C M Y K H S L
Decimal 4 56 42 0.93 0 0.25 0.78 163.85 0.87 0.12
Hex 4 38 2A 5D 0 19 4E A4 57 C
Octal 4 70 52 135 0 31 116 244 127 14
Binary 100 111000 101010 1011101 0 11001 1001110 10100100 1010111 1100

Color Harmonies of #04382A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04382A

Black with #04382A

Text Example


Text Example

White with #04382A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #04382A;
 }
 .AnyTagClassName
 {
   color: #04382A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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