#06371D

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

Shades of Dark Green #06371D

Tints of Dark Green #06371D

Color information

#06371D (or 0x06371D) is unknown color: approx Dark Green. HEX triplet: 06, 37 and 1D. RGB value is (6,55,29). Sum of RGB (Red+Green+Blue) = 6+55+29=90 (11% of max value = 765). Red value is 6 (2.73% from 255 or 6.67% from 90); Green value is 55 (21.88% from 255 or 61.11% from 90); Blue value is 29 (11.72% from 255 or 32.22% from 90); Max value from RGB is 55 - color contains mainly: green. Hex color #06371D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06371D is #F9C8E2. Grayscale: #252525. Windows color (decimal): -16369891 or 1914630. OLE color: 1914630.

HSL color Cylindrical-coordinate representation of color #06371D: hue angle of 148.16º degrees, saturation: 0.8, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #06371D is Cyan = 0.89, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.78.

Color convert

RGB65529-
CMYK0.8900.470.78
HSL148.16º80.33%11.96%-
HSV(B)148.16º89.09%21.57%-
XYZ1.662.861.63-
YUV37.38123.27105.61-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 6.67%
GREEN value IS 55 (21.88% from 255) = 61.11%
BLUE value IS 29 (11.72% from 255) = 32.22%
R=6.67%
G=61.11%
B=32.22%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal655290.8900.470.78148.1680.3311.96
Hex6371D5902F4E9450c
Octal6673513105711622412014
Binary110110111111011011001010111110011101001010010100001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06371D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06371D; }

 p { color: rgb(6,55,29); }

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

<style>
 a { background-color: #06371D; }

 a { background-color: rgb(6,55,29); }

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

<style>
 span { border-color: #06371D; }

 span { border-color: rgb(6,55,29); }

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