#04341E

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

Shades of Dark Green #04341E

Tints of Dark Green #04341E

Color information

#04341E (or 0x04341E) is unknown color: approx Dark Green. HEX triplet: 04, 34 and 1E. RGB value is (4,52,30). Sum of RGB (Red+Green+Blue) = 4+52+30=86 (11% of max value = 765). Red value is 4 (1.95% from 255 or 4.65% from 86); Green value is 52 (20.70% from 255 or 60.47% from 86); Blue value is 30 (12.11% from 255 or 34.88% from 86); Max value from RGB is 52 - color contains mainly: green. Hex color #04341E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04341E is #FBCBE1. Grayscale: #232323. Windows color (decimal): -16501730 or 1979396. OLE color: 1979396.

HSL color Cylindrical-coordinate representation of color #04341E: hue angle of 152.5º degrees, saturation: 0.86, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #04341E is Cyan = 0.92, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.80.

Color convert

RGB45230-
CMYK0.9200.420.80
HSL152.5º85.71%10.98%-
HSV(B)152.5º92.31%20.39%-
XYZ1.512.581.65-
YUV35.14125.1105.79-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 4.65%
GREEN value IS 52 (20.70% from 255) = 60.47%
BLUE value IS 30 (12.11% from 255) = 34.88%
R=4.65%
G=60.47%
B=34.88%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal452300.9200.420.80152.585.7110.98
Hex4341E5C02A509856b
Octal4643613405212023012613
Binary100110100111101011100010101010100001001100010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04341E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #04341E; }

 p { color: rgb(4,52,30); }

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

<style>
 a { background-color: #04341E; }

 a { background-color: rgb(4,52,30); }

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

<style>
 span { border-color: #04341E; }

 span { border-color: rgb(4,52,30); }

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