#05381E

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

Shades of Dark Green #05381E

Tints of Dark Green #05381E

Color information

#05381E (or 0x05381E) is unknown color: approx Dark Green. HEX triplet: 05, 38 and 1E. RGB value is (5,56,30). Sum of RGB (Red+Green+Blue) = 5+56+30=91 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.49% from 91); Green value is 56 (22.27% from 255 or 61.54% from 91); Blue value is 30 (12.11% from 255 or 32.97% from 91); Max value from RGB is 56 - color contains mainly: green. Hex color #05381E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05381E is #FAC7E1. Grayscale: #252525. Windows color (decimal): -16435170 or 1980421. OLE color: 1980421.

HSL color Cylindrical-coordinate representation of color #05381E: hue angle of 149.41º degrees, saturation: 0.84, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #05381E is Cyan = 0.91, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.78.

Color convert

RGB55630-
CMYK0.9100.460.78
HSL149.41º83.61%11.96%-
HSV(B)149.41º91.07%21.96%-
XYZ1.712.951.71-
YUV37.79123.6104.61-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5.49%
GREEN value IS 56 (22.27% from 255) = 61.54%
BLUE value IS 30 (12.11% from 255) = 32.97%
R=5.49%
G=61.54%
B=32.97%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal556300.9100.460.78149.4183.6111.96
Hex5381E5B02E4E9554c
Octal5703613305611622512414
Binary101111000111101011011010111010011101001010110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05381E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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