#05361B

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

Shades of Dark Green #05361B

Tints of Dark Green #05361B

Color information

#05361B (or 0x05361B) is unknown color: approx Dark Green. HEX triplet: 05, 36 and 1B. RGB value is (5,54,27). Sum of RGB (Red+Green+Blue) = 5+54+27=86 (11% of max value = 765). Red value is 5 (2.34% from 255 or 5.81% from 86); Green value is 54 (21.48% from 255 or 62.79% from 86); Blue value is 27 (10.94% from 255 or 31.40% from 86); Max value from RGB is 54 - color contains mainly: green. Hex color #05361B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05361B is #FAC9E4. Grayscale: #242424. Windows color (decimal): -16435685 or 1783301. OLE color: 1783301.

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

Color convert

RGB55427-
CMYK0.9100.50.79
HSL146.94º83.05%11.57%-
HSV(B)146.94º90.74%21.18%-
XYZ1.582.751.48-
YUV36.27122.77105.7-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5.81%
GREEN value IS 54 (21.48% from 255) = 62.79%
BLUE value IS 27 (10.94% from 255) = 31.40%
R=5.81%
G=62.79%
B=31.40%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal554270.9100.50.79146.9483.0511.57
Hex5361B5B0324F9353c
Octal5663313306211722312314
Binary101110110110111011011011001010011111001001110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05361B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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