#04362A

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

Shades of Dark Green #04362A

Tints of Dark Green #04362A

Color information

#04362A (or 0x04362A) is unknown color: approx Dark Green. HEX triplet: 04, 36 and 2A. RGB value is (4,54,42). Sum of RGB (Red+Green+Blue) = 4+54+42=100 (13% of max value = 765). Red value is 4 (1.95% from 255 or 4% from 100); Green value is 54 (21.48% from 255 or 54% from 100); Blue value is 42 (16.80% from 255 or 42% from 100); Max value from RGB is 54 - color contains mainly: green. Hex color #04362A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04362A is #FBC9D5. Grayscale: #252525. Windows color (decimal): -16501206 or 2766340. OLE color: 2766340.

HSL color Cylindrical-coordinate representation of color #04362A: hue angle of 165.6º degrees, saturation: 0.86, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #04362A is Cyan = 0.93, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.79.

Color convert

RGB45442-
CMYK0.9300.220.79
HSL165.6º86.21%11.37%-
HSV(B)165.6º92.59%21.18%-
XYZ1.792.832.64-
YUV37.68130.44103.98-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 4%
GREEN value IS 54 (21.48% from 255) = 54%
BLUE value IS 42 (16.80% from 255) = 42%
R=4%
G=54%
B=42%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal454420.9300.220.79165.686.2111.37
Hex4362A5D0164Fa656b
Octal4665213502611724612613
Binary100110110101010101110101011010011111010011010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04362A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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