#05361E

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

Shades of Dark Green #05361E

Tints of Dark Green #05361E

Color information

#05361E (or 0x05361E) is unknown color: approx Dark Green. HEX triplet: 05, 36 and 1E. RGB value is (5,54,30). Sum of RGB (Red+Green+Blue) = 5+54+30=89 (11% of max value = 765). Red value is 5 (2.34% from 255 or 5.62% from 89); Green value is 54 (21.48% from 255 or 60.67% from 89); Blue value is 30 (12.11% from 255 or 33.71% from 89); Max value from RGB is 54 - color contains mainly: green. Hex color #05361E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05361E is #FAC9E1. Grayscale: #242424. Windows color (decimal): -16435682 or 1979909. OLE color: 1979909.

HSL color Cylindrical-coordinate representation of color #05361E: hue angle of 150.61º degrees, saturation: 0.83, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #05361E is Cyan = 0.91, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.79.

Color convert

RGB55430-
CMYK0.9100.440.79
HSL150.61º83.05%11.57%-
HSV(B)150.61º90.74%21.18%-
XYZ1.622.761.68-
YUV36.61124.27105.45-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5.62%
GREEN value IS 54 (21.48% from 255) = 60.67%
BLUE value IS 30 (12.11% from 255) = 33.71%
R=5.62%
G=60.67%
B=33.71%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal554300.9100.440.79150.6183.0511.57
Hex5361E5B02C4F9753c
Octal5663613305411722712314
Binary101110110111101011011010110010011111001011110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05361E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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