#05341B

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

Shades of Dark Green #05341B

Tints of Dark Green #05341B

Color information

#05341B (or 0x05341B) is unknown color: approx Dark Green. HEX triplet: 05, 34 and 1B. RGB value is (5,52,27). Sum of RGB (Red+Green+Blue) = 5+52+27=84 (11% of max value = 765). Red value is 5 (2.34% from 255 or 5.95% from 84); Green value is 52 (20.70% from 255 or 61.90% from 84); Blue value is 27 (10.94% from 255 or 32.14% from 84); Max value from RGB is 52 - color contains mainly: green. Hex color #05341B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05341B is #FACBE4. Grayscale: #232323. Windows color (decimal): -16436197 or 1782789. OLE color: 1782789.

HSL color Cylindrical-coordinate representation of color #05341B: hue angle of 148.09º 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 #05341B is Cyan = 0.90, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.80.

Color convert

RGB55227-
CMYK0.9000.480.80
HSL148.09º82.46%11.18%-
HSV(B)148.09º90.38%20.39%-
XYZ1.492.571.45-
YUV35.1123.43106.53-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5.95%
GREEN value IS 52 (20.70% from 255) = 61.90%
BLUE value IS 27 (10.94% from 255) = 32.14%
R=5.95%
G=61.90%
B=32.14%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal552270.9000.480.80148.0982.4611.18
Hex5341B5A030509452b
Octal5643313206012022412213
Binary101110100110111011010011000010100001001010010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05341B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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