#05381F

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

Shades of Dark Green #05381F

Tints of Dark Green #05381F

Color information

#05381F (or 0x05381F) is unknown color: approx Dark Green. HEX triplet: 05, 38 and 1F. RGB value is (5,56,31). Sum of RGB (Red+Green+Blue) = 5+56+31=92 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.43% from 92); Green value is 56 (22.27% from 255 or 60.87% from 92); Blue value is 31 (12.5% from 255 or 33.70% from 92); Max value from RGB is 56 - color contains mainly: green. Hex color #05381F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05381F is #FAC7E0. Grayscale: #252525. Windows color (decimal): -16435169 or 2045957. OLE color: 2045957.

HSL color Cylindrical-coordinate representation of color #05381F: hue angle of 150.59º 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 #05381F is Cyan = 0.91, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.78.

Color convert

RGB55631-
CMYK0.9100.450.78
HSL150.59º83.61%11.96%-
HSV(B)150.59º91.07%21.96%-
XYZ1.722.961.78-
YUV37.9124.1104.53-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5.43%
GREEN value IS 56 (22.27% from 255) = 60.87%
BLUE value IS 31 (12.5% from 255) = 33.70%
R=5.43%
G=60.87%
B=33.70%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal556310.9100.450.78150.5983.6111.96
Hex5381F5B02D4E9754c
Octal5703713305511622712414
Binary101111000111111011011010110110011101001011110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05381F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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