#061F13

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

Shades of Dark Green #061F13

Tints of Dark Green #061F13

Color information

#061F13 (or 0x061F13) is unknown color: approx Dark Green. HEX triplet: 06, 1F and 13. RGB value is (6,31,19). Sum of RGB (Red+Green+Blue) = 6+31+19=56 (7% of max value = 765). Red value is 6 (2.73% from 255 or 10.71% from 56); Green value is 31 (12.5% from 255 or 55.36% from 56); Blue value is 19 (7.81% from 255 or 33.93% from 56); Max value from RGB is 31 - color contains mainly: green. Hex color #061F13 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #061F13 is #F9E0EC. Grayscale: #161616. Windows color (decimal): -16376045 or 1253126. OLE color: 1253126.

HSL color Cylindrical-coordinate representation of color #061F13: hue angle of 151.2º degrees, saturation: 0.68, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #061F13 is Cyan = 0.81, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.88.

Color convert

RGB63119-
CMYK0.8100.390.88
HSL151.2º67.57%7.25%-
HSV(B)151.2º80.65%12.16%-
XYZ0.681.070.79-
YUV22.16126.22116.48-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 10.71%
GREEN value IS 31 (12.5% from 255) = 55.36%
BLUE value IS 19 (7.81% from 255) = 33.93%
R=10.71%
G=55.36%
B=33.93%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal631190.8100.390.88151.267.577.25
Hex61F13510275897447
Octal637231210471302271047
Binary1101111110011101000101001111011000100101111000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061F13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #061F13; }

 p { color: rgb(6,31,19); }

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

<style>
 a { background-color: #061F13; }

 a { background-color: rgb(6,31,19); }

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

<style>
 span { border-color: #061F13; }

 span { border-color: rgb(6,31,19); }

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