#05371B

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

Shades of Dark Green #05371B

Tints of Dark Green #05371B

Color information

#05371B (or 0x05371B) is unknown color: approx Dark Green. HEX triplet: 05, 37 and 1B. RGB value is (5,55,27). Sum of RGB (Red+Green+Blue) = 5+55+27=87 (11% of max value = 765). Red value is 5 (2.34% from 255 or 5.75% from 87); Green value is 55 (21.88% from 255 or 63.22% from 87); Blue value is 27 (10.94% from 255 or 31.03% from 87); Max value from RGB is 55 - color contains mainly: green. Hex color #05371B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05371B is #FAC8E4. Grayscale: #242424. Windows color (decimal): -16435429 or 1783557. OLE color: 1783557.

HSL color Cylindrical-coordinate representation of color #05371B: hue angle of 146.4º degrees, saturation: 0.83, 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 #05371B is Cyan = 0.91, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.78.

Color convert

RGB55527-
CMYK0.9100.510.78
HSL146.4º83.33%11.76%-
HSV(B)146.4º90.91%21.57%-
XYZ1.632.841.5-
YUV36.86122.44105.28-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5.75%
GREEN value IS 55 (21.88% from 255) = 63.22%
BLUE value IS 27 (10.94% from 255) = 31.03%
R=5.75%
G=63.22%
B=31.03%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal555270.9100.510.78146.483.3311.76
Hex5371B5B0334E9253c
Octal5673313306311622212314
Binary101110111110111011011011001110011101001001010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05371B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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