#05341E

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

Shades of Dark Green #05341E

Tints of Dark Green #05341E

Color information

#05341E (or 0x05341E) is unknown color: approx Dark Green. HEX triplet: 05, 34 and 1E. RGB value is (5,52,30). Sum of RGB (Red+Green+Blue) = 5+52+30=87 (11% of max value = 765). Red value is 5 (2.34% from 255 or 5.75% from 87); Green value is 52 (20.70% from 255 or 59.77% from 87); Blue value is 30 (12.11% from 255 or 34.48% from 87); Max value from RGB is 52 - color contains mainly: green. Hex color #05341E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05341E is #FACBE1. Grayscale: #232323. Windows color (decimal): -16436194 or 1979397. OLE color: 1979397.

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

Color convert

RGB55230-
CMYK0.9000.420.80
HSL151.91º82.46%11.18%-
HSV(B)151.91º90.38%20.39%-
XYZ1.522.581.65-
YUV35.44124.93106.29-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5.75%
GREEN value IS 52 (20.70% from 255) = 59.77%
BLUE value IS 30 (12.11% from 255) = 34.48%
R=5.75%
G=59.77%
B=34.48%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal552300.9000.420.80151.9182.4611.18
Hex5341E5A02A509852b
Octal5643613205212023012213
Binary101110100111101011010010101010100001001100010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05341E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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