#05361A

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

Shades of Dark Green #05361A

Tints of Dark Green #05361A

Color information

#05361A (or 0x05361A) is unknown color: approx Dark Green. HEX triplet: 05, 36 and 1A. RGB value is (5,54,26). Sum of RGB (Red+Green+Blue) = 5+54+26=85 (11% of max value = 765). Red value is 5 (2.34% from 255 or 5.88% from 85); Green value is 54 (21.48% from 255 or 63.53% from 85); Blue value is 26 (10.55% from 255 or 30.59% from 85); Max value from RGB is 54 - color contains mainly: green. Hex color #05361A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05361A is #FAC9E5. Grayscale: #242424. Windows color (decimal): -16435686 or 1717765. OLE color: 1717765.

HSL color Cylindrical-coordinate representation of color #05361A: hue angle of 145.71º 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 #05361A is Cyan = 0.91, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.79.

Color convert

RGB55426-
CMYK0.9100.520.79
HSL145.71º83.05%11.57%-
HSV(B)145.71º90.74%21.18%-
XYZ1.572.751.42-
YUV36.16122.27105.78-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5.88%
GREEN value IS 54 (21.48% from 255) = 63.53%
BLUE value IS 26 (10.55% from 255) = 30.59%
R=5.88%
G=63.53%
B=30.59%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal554260.9100.520.79145.7183.0511.57
Hex5361A5B0344F9253c
Octal5663213306411722212314
Binary101110110110101011011011010010011111001001010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05361A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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