#05341A

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

Shades of Dark Green #05341A

Tints of Dark Green #05341A

Color information

#05341A (or 0x05341A) is unknown color: approx Dark Green. HEX triplet: 05, 34 and 1A. RGB value is (5,52,26). Sum of RGB (Red+Green+Blue) = 5+52+26=83 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.02% from 83); Green value is 52 (20.70% from 255 or 62.65% from 83); Blue value is 26 (10.55% from 255 or 31.33% from 83); Max value from RGB is 52 - color contains mainly: green. Hex color #05341A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05341A is #FACBE5. Grayscale: #232323. Windows color (decimal): -16436198 or 1717253. OLE color: 1717253.

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

Color convert

RGB55226-
CMYK0.9000.500.80
HSL146.81º82.46%11.18%-
HSV(B)146.81º90.38%20.39%-
XYZ1.482.561.39-
YUV34.98122.93106.61-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 6.02%
GREEN value IS 52 (20.70% from 255) = 62.65%
BLUE value IS 26 (10.55% from 255) = 31.33%
R=6.02%
G=62.65%
B=31.33%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal552260.9000.500.80146.8182.4611.18
Hex5341A5A032509352b
Octal5643213206212022312213
Binary101110100110101011010011001010100001001001110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05341A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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